Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 389 Bytes

UPGRADE-1.2.x.md

File metadata and controls

19 lines (16 loc) · 389 Bytes

UPGRADE 1.x

Upgrade v1.1.* to v1.2.*

Add the following to your zepher_dev.json

{
  "_feature_access": [
    "Enter a feature:role value to add/override configured options.",
    "An asterisk (*) indicates any feature/role. (e.g. *:* would grant everyone assess to everything.)"
  ],
  "feature_access": {
    "*": "ROLE_SUPER_USER"
  }
}