You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Style Book is an amazing overview for us to see how our general setup of fonts, colors and sizes look like in the various blocks in gutenberg. Sadly this isnt available for GeneratePress. As in the new gutenberg version 19.9 it was made available even for classic themes this could now be integrated into GP.
The styles book in classic themes is not baked into WordPress core ( yet )
You need to install the Gutenberg plugin to add the Appearance > Menu > Design options.
NOTE - I would not recommend using Gutenberg plugin on production sites, as its in constant state of beta and may cause issues.
@diggeddy that will be integrated in WP 6.8 in April - so definately a topic GP should take a look at.
Will you use this option or not? or will there be something similar coming up so this issue gets closed?
add_theme_support( 'editor-styles' ); seems to be the only requirement for the Style Book to display, which GP does already declare. And I have yet to see if it can be disabled independently. So it looks like it will be there whether a user wants it or not.
In the meantime we do have our own plans for a similar feature that will assist with site customizing .
Feel free to re-open if core changes direction on its implementation.
Description
Hey Tom and Team
The Style Book is an amazing overview for us to see how our general setup of fonts, colors and sizes look like in the various blocks in gutenberg. Sadly this isnt available for GeneratePress. As in the new gutenberg version 19.9 it was made available even for classic themes this could now be integrated into GP.
Thanks for checking
Greets
References
https://wptavern.com/gutenberg-19-9-introduces-style-book-to-classic-themes#respond
The text was updated successfully, but these errors were encountered: