-
Hello, I am struggling with creating new component type - Title. I created Title component
I also added it to the plateTypes
and added to the app to the components
I have partially succeed as the component shows in the raw json, but it is not rendering as I would like. It just do not have any styles which I defined. You can check the solution here if you click on H6 then node type is changing to title but it not renders differently. I would expect to have 45px fontsize I think I am missing something really simple. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The bit you were missing was the plugin. Updated sandbox 🙂 const createTitlePlugin = createPluginFactory({
key: ELEMENT_TITLE,
isElement: true,
}) |
Beta Was this translation helpful? Give feedback.
The bit you were missing was the plugin. Updated sandbox 🙂