内容中的古腾堡块
Gutenberg Block within Content
我想知道是否可以让 Gutenberg Block 显示 between/within Site/Post 的文本。
例如,我为所有新的 Wordpress 仪表板图标制作了一个 Gutenberg 块,并希望将它放在文本中以供实际使用。
如果有,是怎么做到的?
我猜你应该扩展 RichText 工具,而不是注册新块。
看看https://github.com/iseulde/advanced-rich-text-tools
这是古腾堡回购中的讨论:https://github.com/WordPress/gutenberg/issues/10235
我想知道是否可以让 Gutenberg Block 显示 between/within Site/Post 的文本。 例如,我为所有新的 Wordpress 仪表板图标制作了一个 Gutenberg 块,并希望将它放在文本中以供实际使用。 如果有,是怎么做到的?
我猜你应该扩展 RichText 工具,而不是注册新块。
看看https://github.com/iseulde/advanced-rich-text-tools
这是古腾堡回购中的讨论:https://github.com/WordPress/gutenberg/issues/10235