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?
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.
I use mjml preset and once the document is saved with this code: When the document is reopened, the span tag disappears, and we have got so we can not specify style on part of a text ? Regards,
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...