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?