GrapesJS Issues

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

1,399 issues found

🔍 outdated
#618Dec 7, 2017by mediaboost1 answer
0 reactions

2 questions on dragging elements ... please

1 - How to disable the dragging of a specific item ? OK ... data-gjs-droppable="false" 2 - How to disable the dragging ON a specific ROW for exemple, the possibility only to drag element on div container ID data-gjs-draggable="false"

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#617Dec 7, 2017by michaellwatson2 answers
0 reactions

No Wrapper

Is it possible to add elements to the canvas that don't have the automatic wrapper added? There is always a parent div added to the "content" is there anyway to have only the content added to the canvas without the wrapper? When this gets dragged to the canvas, it will become Is there anyway to keep it just <div>abc</...

artf

@michaellwatson blocks shouldn't be wrapped (just tested it in the demo), indeed if you drop an image block you just get an img

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#616Dec 7, 2017by ryandeba3 answers
0 reactions

Expose spectrum color picker options

Hi @artf, I'm wanting to customize some options for the spectrum color picker (specifically the palette). I've searched through the code and am not seeing how this is currently possible. This is what I'd like to do: Is something like this already possible and I missed it? If not, would you consider merging a pull requ...

artf

Is something like this already possible and I missed it? If not, would you consider merging a pull request that adds this functionality? Unfortunately, not yet possible but I'll definitely accept a PR (ok for the option colorPicker) The sp...

ryandeba

Thanks @artf! Do you have any general thoughts on how to best make this change? I've reviewed the code and am not seeing an easy way to accomplish this, and I'd like to avoid spending time going down the wrong path. Here's a summary of wha...

artf

Honestly, I was thinking about a less invasive approachNone of those objects appear to currently have any reference to the editor object Actually, PropertyColorView injectsEditorModel (which I commonly reference as em) as an option via tar...

#615Dec 6, 2017by ajaysofto2 answers
0 reactions

Apply style to child classes

How we can add style to child classes of editorform? var forminputClass = cssComposer.add([editorform, forminput]); Above code will apply css to div that have both of these classes like .editorform.forminput What we have to do to define space between these class to make editorform as a parent?

artf

@ajaysofto GrapesJS is a class-based style editor so if you import that kind of selector you will not be able to select it in Style Manager, so I recommend to assign specific classes to your elements

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#614Dec 6, 2017by nestor91sanchez2 answers
0 reactions

How customizate assets modal?

how can add search field in assets modal?, where i can search images by keyword on a third party api and select images from results.

artf

Start with checking https://github.com/artf/grapesjs-plugin-filestack/blob/master/src/index.js#L50 there you will find how to customize assets modal. Once you got the result from a third party API make use of Assets API

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#613Dec 6, 2017by ShepelE2 answers
0 reactions

How can I add text to PanelManager?

Hello, artf! Thank you for grapesjs. Please, help. I need a title to be shown at the top like a button or a simple text element.

artf

@ShepelE just use JS

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#612Dec 6, 2017by vishal50332 answers
0 reactions

Urgent : Duplicate other blocks when used custom asset manager

Hello, We have modified the Assset manager with custom one. But we are having problem now. If we drop one image into canvase and then add any other component , it will duplicate that component. If we add another image then it would triplet other component. Can you please help us. Below is the code snippet that we have...

artf

If you get duplicate components only when using your custom Asset Manager, well you should check how you assign the src, I can't help you more

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#611Dec 6, 2017by absolution543212 answers
0 reactions

Save form, reuse it when required

#I don't know if this exists or not, is it possible to to create a form, save it and reuse it without pasting it into import screen. Currently an import screen is present where one can paste a HTML code, which is an unnecessary task we can provide user with the option to drag n drop previous saved forms and play with...

artf

Hi @absolution54321 it's something you should be able to implement by yourself, make use of Blocks API

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#609Dec 6, 2017by duskhacker3 answers
0 reactions

CSS editing duplicates body properties

It's still duplicating body sections and properties: When I pull it up, this is what it looks like: <img width="472" alt="screen shot 2017-12-05 at 6 22 12 pm" src="https://user-images.githubusercontent.com/72599/33638098-039c6746-d9ea-11e7-896e-5169febac6f3.png"> I then edit it, removing the first selector section an...

artf

Hi Daniel, just remove the default protectedCss

duskhacker

@artf Thank you!

duskhacker

@artf I spoke too soon. If I remove the default protected CSS as you mentioned, then the body section and everything in it disappears...

#608Dec 5, 2017by niutech3 answers
2 reactions

Desktop version

Would you mind adding a desktop version for Windows, like Pingendo or Pinegrow, with opening and saving files on disk? You could use NW.js for that. Thanks!

niutech

I've just made an initial version of GrapesJS Desktop using NW.js. Anybody would like to contribute?

Areahints

supported, as an editor with amazing potential for GUI designers, it surprisingly hard to use or "instantiate"

artf

Currently, not on my priority list but I know that someone else was already working on it https://github.com/Immortalin/Merlot

Browse all topics