Property:ACL Permission
Jump to navigation
Jump to search
Type is String
- create is not supported right now. User is free to create any page.
- read: read permission.
- write: write permission.
- delete is not supported right now. User can delete if he has write permission.
- grant: whether to give other user to manage permission for a content page.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "read", "write", "grant" ] } }