skeleton
Some checks failed
CI / Test (push) Failing after 33s

This commit is contained in:
2026-03-25 12:42:19 +01:00
commit 647d5537ff
18 changed files with 701 additions and 0 deletions

16
manifest.json Normal file
View File

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