JavaScript Dialog Fields
About
The creation of custom dialog fields in Magnolia requires the development and deployment of a Java module.
This extension enables the file-based configuration of custom dialogs fields using Magnolia Light Development. Custom dialog fields of type “javascriptField” can be added via YAML configuration.
The custom field script is a simple web page written in HTML, CSS, and JavaScript. The script has to be referenced in the “fieldScript” parameter. Magnolia then loads the script into the dialog as an iframe.