GrapesJS Issues

Search parsed GitHub issues, see highlighted answers, and open the original discussion when needed.

3464 issues found

#353September 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...

#352September 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

#348September 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...

#347September 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...

#344September 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

#342September 27, 2017by blackbirdzzzNo answers
0 reactions

Custom asset manager on dropzone sample

hi artf, i saw that you got a big Asset manager modal when your using dropzone in your wiki exemple, it is possible to get the code or to know how to got the same modal in your GIF ?