Add plugins after load? #6383
Unanswered
clonefunnels
asked this question in
Q&A
Replies: 2 comments 11 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
5 replies
-
Here's the file I'm referring to: |
Beta Was this translation helpful? Give feedback.
6 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.
-
I'm using a version of grapesjs that was already built, but there is no option to add the plugins. Everything is built right into the grapesjs.js file.
I know that normally I'd add a plugin like this:
const editor = grapesjs.init({
container: '#gjs',
height: '100%',
fromElement: true,
storageManager: false,
plugins: ['@silexlabs/grapesjs-fonts'],
});
But I cannot do it, and when I try to manually add the plugin inside the javascript file it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions