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
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Currently the version I get when I pull from Gutenberg cloud does not allow me to add inner blocks.
This is on Drupal 9 with latest Gutenberg cloud & plugin
I did find by replicating the block on a custom block adding renderAppender={() => <InnerBlocks.ButtonBlockAppender />}
Fixed the issue, but not sure if this is due to version mismatch?
Currently the version I get when I pull from Gutenberg cloud does not allow me to add inner blocks.
This is on Drupal 9 with latest Gutenberg cloud & plugin
I did find by replicating the block on a custom block adding
renderAppender={() => <InnerBlocks.ButtonBlockAppender />}Fixed the issue, but not sure if this is due to version mismatch?
Hope this helps.