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
Hi nk-o,
This is a great plugin. Thank you for this huge work. I am trying to add some custom styles to the Grid block using the following code:
wp.blocks.registerBlockStyle( 'ghostkit/grid', { name: 'slideshow-align-right', label: 'Align slide content right', } );
I see the tyles dropdown in the inspector but when I click on it, the editor crashes.
The text was updated successfully, but these errors were encountered:
Hi.
I see this happens also with core/columns blocks. Seems like a Gutenberg bug with blocks, that uses InnerBlocks.
Related issue in Gutenberg repo: WordPress/gutenberg#9897
Sorry, something went wrong.
ok, Thank you. Is there is any way to add a custom class to the grid without using the custom class in the advanced panel?
You can try Ghost Kit Variants, but most probably it will be deprecated in future updates in favor of Styles feature of Gutenberg. See FAQ on how to add it: https://wordpress.org/plugins/ghostkit/#how%20to%20extend%20existing%20blocks
Variants
Styles
No branches or pull requests
Hi nk-o,
This is a great plugin. Thank you for this huge work. I am trying to add some custom styles to the Grid block using the following code:
I see the tyles dropdown in the inspector but when I click on it, the editor crashes.
The text was updated successfully, but these errors were encountered: