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
There are currently major performance problems attempting to use the Site Editor to edit the SB theme. See #6.
In order to determine what's causing these problems I want to be able to test the theme in multiple environments, with fewer activated plugins.
The block override logic should work even when Gutenberg is not activated.
I implemented this for Fizzie. Similar code will be needed in the block overrides for SB.
sb_maybe_override_block()
gutenberg_
The text was updated successfully, but these errors were encountered:
Update post-author override to work when Gutenberg's not active #34
8fc124f
Cater for Gutenberg not activated #34
156b957
bobbingwide
No branches or pull requests
There are currently major performance problems attempting to use the Site Editor to edit the SB theme. See #6.
In order to determine what's causing these problems I want to be able to test the theme in multiple environments, with fewer activated plugins.
Requirement
The block override logic should work even when Gutenberg is not activated.
Proposed solution
I implemented this for Fizzie. Similar code will be needed in the block overrides for SB.
sb_maybe_override_block()
function needed check the currently assigned render_callback functiongutenberg_
prefixed function should test for its existence before calling it.The text was updated successfully, but these errors were encountered: