GrapesJS Issues

3,464 parsed GitHub issues 370 solved · 90 open. Search, filter and explore battle-tested answers.

3,464 issues found

#353Sep 30, 2017by matiponce91No answers
0 reactions

Problems when with grapesjs-present-newsletter plugin

Hi All, I am trying to use GrapesJs with grapesjs-present-newsletter plugin so I can show HTML with inside CSS. So I installed the plugin through npm and then imported the library inside index.html. Finally within "grapes.init ()" I added the following code: but "inlineCss" (it doesn't matter if its value is true or f...

#352Sep 29, 2017by martinrios95No answers
0 reactions

Uncompressed version

Hi! ¿Have you got an uncompressed version of this framework? As I could see, there's only the minified version on this repo, so I can see the code for development environment. Best wishes, Martin

#348Sep 28, 2017by sonnylloydNo answers
0 reactions

Script tag on component after save and reload runs infinit

I am in the middle of working on some custom components/blocks. To achieve this i have been using the api docs and using your grapejs plugins as examples. This file in particular https://github.com/artf/grapesjs-navbar/blob/master/src/components.js . The issue i have is on save and reloading of the page. the script ta...

#347Sep 28, 2017by cmcintoshNo answers
0 reactions

Storing to Drupal

This is inside of a Plugin, I can confirm after init. That the editor is using the defined storage that I defined. Additionally, I can trigger editor.load() and editor.store() and see ajax calls go out if i crate them in the respective options. However, if I do not have load or store defined then I see no traffic in t...

#344Sep 27, 2017by telliott22No answers
0 reactions

Add component to specific point on the cavnas

I'm adding a new component to the canvas using editor.addComponents({ ... }); but it's always added as the last element, to the bottom of the canvas. Is there a way to insert it at a specific point on the canvas? All my components are rows, so ideally I'd like to insert components by index. Thanks, T

Browse all topics