You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right this is not a dependency, what we need is for a way for resources to be able to specify satisfactory version requirements of other resources, without necessary turning them into their own dependencies.
In this case Flex Objects was trying to ensure that if you had Admin installed, it was running at least version X, unfortunately this in turn made Admin a dependency of Flex Objects.
I think there should still be a way to note the minimum version of the admin plugin. This seems to be critical. But maybe there should be a check for this in the code of flex objects. Something that displays a message in the admin like 'This version of admin is not compatible with the current version of flex objects. Please update'
I want to be able to run a grav website on production server without the admin interface (for security e.g.).
When I run:
or
it will force the installation of the admin plugin.
Please remove this dependency, as flex-objects is capable to work without it.
The text was updated successfully, but these errors were encountered: