admin管理员组文章数量:1125331
I have a parent block and a child block. When the parent block is chosen the child block should show the appender button so the user can click on it and choose any block. They should be able to delete what they add but not the actual child block. When I try to use template lock the appender never appears, just a thin blue line which I can't interact with.
The parent
<InnerBlocks
allowedBlocks={["myblocks/single"]}
renderAppender={false}
/>
The child
<InnerBlocks
templateLock="all"
renderAppender={InnerBlocks.ButtonBlockAppender}
/>
本文标签: plugin developmentTemplate locked block does not show appender
版权声明:本文标题:plugin development - Template locked block does not show appender 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736656868a1946277.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论