FEAT: Ability to change all margin, padding etc properties together #3532
kuhelbeher
started this conversation in
Ideas
Replies: 1 comment
-
Yeah, that would be cool, but unfortunately, GrapesJS doesn't have yet the proper UI module which could allow easily to build new UI components by reusing others, so |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, right now grapesjs provides built in properties like margin, padding that allow user to change each property one by one (margin-top, margin-bottom, etc).
It would be nice to have ability to change all these properties together. To have some lock button, for example, when it's enabled it will change all properties together, not one by one. It could be look like this:
@artf is there an easy way to implement this using existing grapesjs tools, e.g. StyleManager.addType method or something similar?
Beta Was this translation helpful? Give feedback.
All reactions