admin管理员组文章数量:1417057
Add this moment when you enter an URL in a Paragraph-block there is only one setting: Open in New Tab. I like to be able to add settings such as Link Style. That adds a class to a link.
Add this moment when you enter an URL in a Paragraph-block there is only one setting: Open in New Tab. I like to be able to add settings such as Link Style. That adds a class to a link.
Share Improve this question edited Aug 6, 2019 at 17:19 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Aug 5, 2019 at 16:23 MarkMark 1,0291 gold badge15 silver badges27 bronze badges 1- This will almost certainly require a good amount of javascript knowledge to do, and there is no guarantee it can actually be done. – Tom J Nowell ♦ Commented Aug 5, 2019 at 16:44
1 Answer
Reset to default 0It cannot be done, no API currently exists to add what you want to add.
If we look at the component that implements this:
https://github/WordPress/gutenberg/blob/5b01c97c6943890abb44b2154392ffcccef87b3e/packages/format-library/src/link/inline.js#L197
The InlineLinkUI
wraps a component that wraps the URLPopover
component, and places a child component inside it which is how the new window checkbox is added. No slots are present or hooks for intercepting this.
Judging from what you want to do, I don't think this is the intended path forward. Instead, build a block, or a new inline block. You can also open an issue on the Gutenberg GitHub requesting the feature
本文标签: How to extend the URLPopover render settings for the paragraph Gutenberg block
版权声明:本文标题:How to extend the URLPopover render settings for the paragraph Gutenberg block? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745264437a2650512.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论