GrapesJS Issues

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

85 issues found

🔍 help wanted
#543Nov 19, 2017by brandonburr863 answers
2 reactions

Blocks Manager in GrapesJS Not Working For Columns

Hello, My installation of GJS ties in all of the default blocks. Every block drags fine onto the page with the exception of all the "columns". i.e: 1,2, and 3 columns. When I drag them.. it does nothing. What should I do? Brandon

brandonburr86

Okay I'll get that working and do a PR

brandonburr86

I see in the inspector that the "row" css class is non-existent. I checked the demo and see that the "row" css class is put in dynamically into the "gjs-css-rules" block.

artf

@brandonburr86 about what demo are you talking about?

#466Oct 30, 2017by arthuralmeidap3 answers
0 reactions

Disable button

Hi, I added a new button in Options Panel and now I'm trying to make it disable while a given criteria is not ok. For now, I tried to use the myButton.set('active', 1) but this is not I'm looking for. I take a quick look on GrapesJS code and I didn't see an option to disable the button or make it "unclickable". Is the...

artf

Hi Arthur, unfortunately, there is no 'disable' feature, but it'd be cool to have

arthuralmeidap

hi @artf , I will try to work on that, ok? I will starting adding a new disable attribute for the button. What you think?

arthuralmeidap

Hey @artf , This is not related to this issue, but do you know when a next version will be released? There is some improvements on dev branch that would be nice to have them.

#333Sep 24, 2017by cmcintoshNo answers
0 reactions

Expand Documentation

It would be good to add a couple of pages in regards to what the accepted Block attributes and other parameters that can be used as a part of the documentation. Additionally, documentation regarding the proper method of including external styles/js libraries would be good as its own wiki page as I have seen multiple q...

Browse all topics