Create a Plugin
1
Create the directory
2
Define plugin.json
3
Create render.html
4
Optionally add an icon
Place an
icon.svg (or .png) in the plugin directory and reference it in plugin.json:5
Restart the backend
6
Configure env values
Go to Settings → Plugins, expand your plugin, fill in the environment variables, and click Save.
Manifest Reference
Top-Level Fields
Environment Variables
Each entry in theenv array:
Env values are configured per-plugin in Settings → Plugins and stored in the database,
version-coupled. Plugins access them at runtime via
Placet.env.