@zenginehq/frontend-config

Helper module for implementing Zengine plugin configuration forms.

Usage no npm install needed!

<script type="module">
  import zenginehqFrontendConfig from 'https://cdn.skypack.dev/@zenginehq/frontend-config';
</script>

README

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
  • Automated webhook management
  • Highly extensible via events and custom field types

Config Module

Installation

npm i @zenginehq/frontend-config --save

Note: when using the soon-to-be-deprecated legacy maya, it's crucial that this gets run inside the plugins/myplugin/src directory alongside your plugin's other code to get built properly.

If, however, you are using the shiny new mayan then you can just run the install from your frontend plugin's root plugins/myplugin, as you'd expect!

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.