-
Hello every one, i'm new to Plate and testing it, but I think i found something strange.
So as you see, I tried on paragraphPlugin, BlockQuotePlugin and HeadingPlugin and ImagePlugin. When I try to show the HTML in the console, i Get : For my test instead of is there something special to redefine this plugin serializeHTML ? Thank you 😀 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The heading plugin has nested plugins, so you'll need to use overrideByKey: {
[ELEMENT_H6]: {
serializeHtml: ...
}
} |
Beta Was this translation helpful? Give feedback.
The heading plugin has nested plugins, so you'll need to use