Replies: 1 comment
-
Hi @mredodos yeah, we're missing the dedicated page explaining the plugins but for what it's worth it's the same way you would do it with the GrapesJS, eg. <StudioEditor
options={{
// ...
plugins: [
(editor) => {
// Use GrapesJS API
// editor.Blocks.add(....
}
]
}}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i dont understand if is possible to build custom plugin and components for the studio, if yes, how? i don't found the doc.
If no, we need to request here new features?
Beta Was this translation helpful? Give feedback.
All reactions