Details
-
Story
-
Resolution: Won't Fix
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
-
Yes
-
Yes
Description
User Story: As a developer I want to provide a CSS file for a "declarative form layout" without requiring Java development, so that I can quickly and easily make changes without needing to know Java.
Details:
This feature is valuable and gives UX teams and devlopers control over forms which is very often requested. It supports configuring an HTML file which specifies the layout, but currently you must use Java to specifiy which CSS file to use. It would be ideal if I can simply configure which css file to use on the definition itself. Then anyone can do it, and changes are picked up instantly.
Imagining something like this:
layout: class: info.magnolia.ui.framework.layout.DeclarativeLayoutDefinition template: /contacts/layouts/edit-contact.html style: /contacts/layouts/edit-contact.css
Checklists
Acceptance criteria