Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix]
tagName="div" multiline="p"
--> tagName="p"
As per documentation here, ` multiline="p"` has been deprecated. We should change the RichText into InnerBlock: - WordPress/gutenberg#59318 - https://dlxplugins.com/tutorials/say-goodbye-to-richtext-multiline-how-to-use-innerblocks-instead/ - https://github.com/DLXPlugins/DLXRichText/blob/innerblocks/src/blocks/dlxrichtext/edit.js
- Loading branch information