diff --git a/plugins/adamhall/adamhall.php b/plugins/customfields/customfields.php similarity index 73% rename from plugins/adamhall/adamhall.php rename to plugins/customfields/customfields.php index edc177a..e925a3b 100644 --- a/plugins/adamhall/adamhall.php +++ b/plugins/customfields/customfields.php @@ -1,10 +1,10 @@ addEditorJS('/adamhall/js/adamhall.js'); + $this->addEditorJS('/customfields/js/customfields.js'); } public function onMetaLoaded($meta) diff --git a/plugins/adamhall/adamhall.yaml b/plugins/customfields/customfields.yaml similarity index 66% rename from plugins/adamhall/adamhall.yaml rename to plugins/customfields/customfields.yaml index c2ad275..8392df2 100644 --- a/plugins/adamhall/adamhall.yaml +++ b/plugins/customfields/customfields.yaml @@ -1,9 +1,9 @@ -name: Adam Hall Plugin +name: Customfields Plugin version: 1.0.0 -description: Plugin for Adam Hall that integrates Custom Fields +description: Plugin to test customfields author: Sebastian Schürmanns homepage: http://trendschau.net -licence: Owned by Adam Hall +licence: No licence metatabs: adamhall: diff --git a/plugins/adamhall/js/adamhall.js b/plugins/customfields/js/customfields.js similarity index 100% rename from plugins/adamhall/js/adamhall.js rename to plugins/customfields/js/customfields.js