Replies: 3 comments 1 reply
-
Are you properly defining the custom component in a plugin? Can you show the related code? |
Beta Was this translation helpful? Give feedback.
-
Thank you @artf for replying. This is how I define a new custom component in a plugin.
I'm sorry for taking your time about this issue. |
Beta Was this translation helpful? Give feedback.
-
As toolbar property is not stored directly in the project you should create a custom component containing your toolbar configuration so when it's initialised it will take the right configuration. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I need help regarding the toolbar menu
This is the default grapeJS toolbar menu

This is a toolbar menu that was customized in a component.model

When I export the project data using editor.getProjectData() and load it, The custom toolbar menu is not added and is replaced by the default one.
Please help
Beta Was this translation helpful? Give feedback.
All reactions