Skip to content

User permissions

Lukas Bestle edited this page Oct 2, 2021 · 1 revision

You can customize the permissions for each role individually by creating a user blueprint. The Versions plugin provides the following permissions that you can individually enable or disable:

title: Editor
permissions:
  lukasbestle.versions:
    access: true
    create: true
    delete: true
    deploy: true
    export: true

If you want to allow read access but no changes, you can set the permissions like this:

title: Editor
permissions:
  lukasbestle.versions:
    *: false
    access: true

You can also entirely disable the Versions view:

title: Editor
permissions:
  lukasbestle.versions: false

If permissions are not configured at all, the user will have full permissions for every feature the plugin provides.

Clone this wiki locally