diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f38ac45..bb9dfcc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## mm/dd/2020 1. [](#new) + * Added message to dashboard to install Flex Objects plugin if it is missing * Updated `permissions` field to use new `$grav['permissions']` * DEPRECATED `onAdminRegisterPermissions` event, use `PermissionsRegisterEvent::class` event instead * DEPRECATED `Admin::setPermissions()` and `Admin::addPermissions()`, use `PermissionsRegisterEvent::class` event instead diff --git a/themes/grav/templates/dashboard.html.twig b/themes/grav/templates/dashboard.html.twig index d9990f49..4ebfde3f 100644 --- a/themes/grav/templates/dashboard.html.twig +++ b/themes/grav/templates/dashboard.html.twig @@ -34,6 +34,9 @@
{% endif %} + {# System notifications, cannot be turned off #} + {% include 'partials/dashboard-problems.html.twig' %} +Admin requires Flex Objects plugin for managing User Accounts and Pages. Without the Flex Objects plugin Admin falls back to the old behavior, which is missing a lot of new features.
+After installing Flex Objects plugin, this message will disappear. If you still prefer using the old way, it is still possible by entering the Flex Objects plugin settings and disabling those Directories which you do not want to be using.
+Please install and enable Flex Objects plugin.
+