Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
5.4
-
None
Description
The current BeanEditor is great for prototyping but needs better formatting control.
Create a mixin that adds templates to Form/BeadEditor. The mixin takes a block parameter with property markers. The property components are moved from the form body into the template. Templates are implemented as a mixin so it's possible to create different ones for different html frameworks. The included one is for Bootstrap.
patch to follow