Skip to content

Introduce "disabled" preset option

Latest
Compare
Choose a tag to compare
@dimaip dimaip released this 21 Nov 06:39
· 6 commits to master since this release
7c3d5f0

Introduce a setting to disable presets. It supports Eel, so you could do e.g. this to restrict a certain preset to admins:

disabled: '${!Security.hasRole("Neos.Neos:Administrator")}'

Huge thanks to visol.ch for sponsoring this feature!