zn-frontend-config
Helper module for implementing Zengine plugin configuration forms.
Highlights
- Powerful form builder
- Multi-page forms
- Multiple configurations
- Toggling configurations on and off
- Highly extensible via events and custom field types
Installation
# Run this from your frontend plugin's src diretory.
npm i @zenginehq/frontend-config --save
It's crucial that this gets run inside the plugins/myplugin/src
directory alongside your plugin's other code, if not Maya won't build it properly.
Updating
In order to update this module to a newer version run:
npm i @zenginehq/frontend-config@latest --save
Usage
Please refer to the Wiki for detailed documentation.