Files
tribes-plugin-template/manifest.json
Steffen Beyer ed0d4f9c0d
Some checks failed
CI / Test (push) Failing after 35s
Adopt strict plugin entry module and otp_app conventions
2026-04-04 20:33:59 +02:00

18 lines
403 B
JSON

{
"name": "my_plugin",
"version": "0.1.0",
"description": "TODO: Describe what this plugin does",
"entry_module": "Tribes.Plugins.MyPlugin.Plugin",
"host_api": "1",
"otp_app": "my_plugin",
"provides": [],
"requires": ["ecto@1"],
"enhances_with": [],
"assets": {
"global_js": ["my_plugin.js"],
"global_css": ["my_plugin.css"]
},
"migrations": false,
"children": false
}