diff --git a/bl-plugins/latest-pages/languages/en.json b/bl-plugins/latest-pages/languages/en.json new file mode 100644 index 00000000..5b01d963 --- /dev/null +++ b/bl-plugins/latest-pages/languages/en.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Latest pages", + "description": "Shows the latest published pages." + } +} \ No newline at end of file diff --git a/bl-plugins/latest-pages/metadata.json b/bl-plugins/latest-pages/metadata.json new file mode 100644 index 00000000..c287c379 --- /dev/null +++ b/bl-plugins/latest-pages/metadata.json @@ -0,0 +1,11 @@ +{ + "author": "Bludit", + "email": "", + "website": "https://plugins.bludit.com", + "version": "4.0.0", + "releaseDate": "2021-03-02", + "license": "MIT", + "compatible": "4.0", + "type": "dashboard", + "notes": "" +} \ No newline at end of file diff --git a/bl-plugins/latest-pages/plugin.php b/bl-plugins/latest-pages/plugin.php new file mode 100644 index 00000000..5a859b21 --- /dev/null +++ b/bl-plugins/latest-pages/plugin.php @@ -0,0 +1,32 @@ +'; + $html .= '
Category: '.($page->category() ? $page->category() : $L->get('uncategorized')).'
'; + $html .= '