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:
15
assets/js/aether.js
Normal file
15
assets/js/aether.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// Plugin JavaScript entry point.
|
||||
//
|
||||
// This file is served by the host at /plugins-assets/aether/aether.js
|
||||
// and included in the page layout if declared in manifest.json assets.global_js.
|
||||
//
|
||||
// To register LiveView hooks:
|
||||
//
|
||||
// window.TribesPluginHooks = window.TribesPluginHooks || {};
|
||||
// window.TribesPluginHooks["AetherHook"] = {
|
||||
// mounted() {
|
||||
// console.log("Aether hook mounted");
|
||||
// }
|
||||
// };
|
||||
|
||||
console.log("aether loaded");
|
||||
Reference in New Issue
Block a user