Possibility to remove some css units from properties #4464
ronaldohoch
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
If you're configuring your style manager manually from init you can specify there your units for a specific property (eg. https://grapesjs.com/docs/modules/Style-manager.html#property-defintions) otherwise is probably better what you're doing right now as you don't need to redeclare all other properties. |
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
-
Hello Arthur.
We have to remove some css properties from the style manager this way:
So, we could have some perperty to change these on init in grapes to change the css properties?
Or, one other way i can figure out is set the
value="em"
in the options so we can hide with css.Beta Was this translation helpful? Give feedback.
All reactions