directus-extension-interface-mustache-render
v2.6.0
Published
Directus interface extension that transforms current form values with JavaScript and renders the result with Mustache as HTML.
Maintainers
Readme
directus-extension-interface-mustache-render
Directus interface extension that:
- reads current form fields,
- runs arbitrary JavaScript,
- renders the returned value with Mustache when a template is provided,
- injects the final HTML into the interface.
Default behavior
The default transform function builds:
/classlog/aulas/{primaryKey}
using the current Directus origin.
Build
npm install npm run build
