-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Issue#84/faq block #86
Conversation
I foresee an issue where people accidentally delete the heading, don't know how to get it back with the correct class name, and it silently doesn't output the schema. In the latest version of Gutenberg, group gets its own https://github.com/WordPress/gutenberg/releases/tag/v15.7.0 So I'm suggesting:
|
After my previous comment I remembered why we wanted to get rid of the group. I think we can have both template locking and the styling we want, it just might take multiple blocks. Let's discuss today. |
@douglas-johnson could we just lock the heading block individually and leave everything else unlocked? |
@jessica-townsend yes, christ! if that works that's amazing. I saw someone doing that on github but I couldn't find it in the docs. |
Cool, I have that up on staging if you'd like to review it @douglas-johnson |
@douglas-johnson this worked for me. I pushed to staging too |
Relevant Issues
What Was Accomplished
parse_blocks
How It Was Tested
How To Test
inline
style for the FAQ block displays the question heading and the next paragraph in the block side by side in the editor. Lists immediately following the question heading are not displayed inline.href
for anchor tagsOpen Items