How to overwrite domain_abstract ui Input component?
https://github.com/artf/grapesjs/blob/25fdbe14098c7e1a65d3e5527749302174f56a7d/src/domainabstract/ui/Input.js I want to change the input class: https://github.com/artf/grapesjs/blob/25fdbe14098c7e1a65d3e5527749302174f56a7d/src/domainabstract/ui/Input.js#L15 To something entirely different, ie form-group
artf
Domain abstract stuff are just for internal usage so I don't even plan to let them overwritable, which is your use case?
Geczy
I want to customize the appearance of the form fields in the settings panel of a component, by using existing classes in bootstrap or another css framework I use. So I want to replace gjs-field with form-group
artf
Ok, got the case, but at the moment there is just no easy way to accomplish it :/