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
Unlike other blocks, the core/group block attribute doesn't support cssClassName. Without this property, I can't properly style the markup.
... on CoreGroup { attributes { className cssClassName // I got error here } } ... on CoreParagraph { attributes { className cssClassName } }
The renderedHtml has the class but why the attributes don't? Please add this property to the CoreGroup.
The text was updated successfully, but these errors were encountered:
Thanks @feroz39 for raising this issue.
I can replicate the issue and I will look into getting a fix for this issue.
Sorry, something went wrong.
@feroz39 I have created a PR #328 to fix the issue which will allow you to query cssClassName for the CoreGroup attributes node.
colinmurphy
No branches or pull requests
Unlike other blocks, the core/group block attribute doesn't support cssClassName. Without this property, I can't properly style the markup.
The renderedHtml has the class but why the attributes don't? Please add this property to the CoreGroup.
The text was updated successfully, but these errors were encountered: