Skip to content
Alex Weber edited this page Aug 17, 2018 · 12 revisions

Config is a helper module for implementing settings forms for Zengine frontend plugins.

Highlights

  • Powerful form builder
  • Multi-page forms
  • Multiple configurations
  • Toggling configurations on and off
  • Automatic webhook management
  • 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

npm i @zenginehq/frontend-config@latest --save

Pictures > Words

Config grid view

Tabbed forms


Continue reading about Config Concepts