You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
Rename to aether plugin and add /aether timeline integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user