Rename to aether plugin and add /aether timeline integration

This commit is contained in:
2026-04-04 20:33:51 +02:00
parent 647d5537ff
commit 78f6c11b30
14 changed files with 515 additions and 62 deletions

View File

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