Replies: 1 comment 1 reply
-
got the issue resolved by creating custom component and adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
after upgrading to the latest version of grapesJS,
component.getDefaults().stylable = ['property-1', 'property-2']
is not setting the value of stylable.JSfiddle : https://jsfiddle.net/e2m4gc1f/
grapesJS version : 0.19.5
"before: true"
"after: width,height,display,padding,margin,float"
grapesJS version : 0.21.7
"before: true"
"after: true"
Is there a way to set the value of
stylable
via code ?Thank you,
Beta Was this translation helpful? Give feedback.
All reactions