diff --git a/bl-plugins/canonical/languages/en.json b/bl-plugins/canonical/languages/en.json new file mode 100644 index 00000000..84127c07 --- /dev/null +++ b/bl-plugins/canonical/languages/en.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Canonical", + "description": "" + } +} \ No newline at end of file diff --git a/bl-plugins/canonical/metadata.json b/bl-plugins/canonical/metadata.json new file mode 100644 index 00000000..3b279590 --- /dev/null +++ b/bl-plugins/canonical/metadata.json @@ -0,0 +1,10 @@ +{ + "author": "Bludit", + "email": "", + "website": "https://plugins.bludit.com", + "version": "3.6.1", + "releaseDate": "2019-01-16", + "license": "MIT", + "compatible": "3.6.1", + "notes": "" +} \ No newline at end of file diff --git a/bl-plugins/canonical/plugin.php b/bl-plugins/canonical/plugin.php new file mode 100644 index 00000000..dd98da29 --- /dev/null +++ b/bl-plugins/canonical/plugin.php @@ -0,0 +1,15 @@ +'.PHP_EOL; + } elseif ($GLOBALS['WHERE_AM_I'] === 'page') { + global $page; + return ''.PHP_EOL; + } + } + +} \ No newline at end of file