-
- Revised javascript to handle field updating to closer match that used by the Admin plugin.
- Update plugin configuration to have default field data.
-
- Flex object form initially had a
type: key
field to name fields in the form. This caused issues during form creation as the interface occasionally bugged and would either limit interaction, incorrectly save data, or control the components of a separate field. I now realise that contact forms don't need named keys. Fields now have aname
attribute to compensate and support form functionality. - This also changes the headache that was attempting to programatically set the field key based on a field.
- Flex object form initially had a
-
- Rework templates.
partials/form-renderer.html.twig
now handles form rendering and allows for easier inclusion for template builders.- Further improvements to flex object form.
-
- Page and modular blueprints and templates to render forms. Barebones. It's intended for template builders to build and customise their own layouts.
-
- Added new field support
- Flex Object filenames are now derived by their titles.
- Basic file duplicate protection
-
- Add language support for Form Builder.
en.yaml
created.
- Add language support for Form Builder.
-
- Troubleshoot flex object not saving files due to malformed blueprint form.