How can I customize form fields so that I can use my own layout but at the same time not lose all the logic and updates already built into the form plugin?
I’m using bootstrap and want to apply more classes at more levels than the outerclasses and classes fields currently offer. I was going through the bootstrap theme form fields but they look like cut down versions of the plugin fields which would then require a lot of manual maintenance to keep up to date. I want to keep the form plugin logic but have more control over the field layouts at the same time.
Is this possible? I’m not sure twig inheritance really allows this. Any suggestions? Thanks