Matias Griese
Matias Griese
Some docs in here: https://github.com/trilbymedia/grav-plugin-flex-directory/pull/8#issuecomment-345189926
We have replacement plugin (Flex Objects, which uses Grav 1.6 classes) in works for this -- we are currently fixing bugs in it, there are a few because I've been...
It's possible to use the existing data, but you may need to do some tweaks in the configuration to make it work.
In admin it has these permission checks: ```yaml access: admin.flex-directory: true admin.super: true ```
Yes. Create a user group which has access to `admin.flex-directory` and prevent access on other parts of admin.
Note that this plugin is kind of deprecated as it doesn't work with the new Flex Objects from Grav 1.6+.
RIght now there's a private repository which basically replaces flex directory plugin, but as Flex is still constantly evolving with multiple API changes, we've not released it. Basically, Flex Objects...
https://github.com/trilbymedia/grav-plugin-flex-objects released!
I also believe that I've catched all of these issues in the release, but please make an issue or pull request if I missed some.
Just FYI: I have been bookmarking your changes as we are currently working on getting rid of this plugin in favour of Grav native implementation by using FlexObject classes.