We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When searching for a block that does not exist, there will be a spinning indicator with no accessible error message.
This can cause the user to assume that the infinite loading is a greater issue, when in reality it is due to no results found.
No response
Since it is related to displaying block plugins if no results found, then it will be better to add this line of code to the theme core.php file: https://developer.wordpress.org/block-editor/reference-guides/filters/editor-filters/#block-directory
core.php
remove_action( 'enqueue_block_editor_assets', 'wp_enqueue_editor_block_directory_assets' );
Now, the no search results found will display a message "No results found."
The text was updated successfully, but these errors were encountered:
Great callout 👍 Lets get this added :)
Sorry, something went wrong.
No branches or pull requests
Is your enhancement related to a problem? Please describe.
When searching for a block that does not exist, there will be a spinning indicator with no accessible error message.
This can cause the user to assume that the infinite loading is a greater issue, when in reality it is due to no results found.
Designs
No response
Describe alternatives you've considered
Since it is related to displaying block plugins if no results found, then it will be better to add this line of code to the theme
core.php
file:https://developer.wordpress.org/block-editor/reference-guides/filters/editor-filters/#block-directory
Now, the no search results found will display a message "No results found."
Code of Conduct
The text was updated successfully, but these errors were encountered: