grapesjs-preset-webpage icon indicating copy to clipboard operation
grapesjs-preset-webpage copied to clipboard

GrapesJS Plugin Webpage Preset

Results 53 grapesjs-preset-webpage issues
Sort by recently updated
recently updated
newest added

When you import template and you have many pages, styles are cleared from all pages This is because this line it appears editor.Css.clear() function, removes the styles for all pages...

The readme says ``` import grapesjs from 'grapesjs'; import plugin from 'grapesjs-preset-webpage'; const editor = grapesjs.init({ container : '#gjs', // ... plugins: [plugin], pluginsOpts: { [plugin]: { /* options */...

I have custom grapesjs jsx component with id="custom-component", it works when I use `editor.addComponents()` Now I know the Link Block has id="link-block", but `editor.addComponents()` does not work? Is it because...