mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 02:57:00 +02:00
Fix server settings
This commit is contained in:
parent
1e0498aaa4
commit
13edfde89c
1 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@
|
||||||
"name": "group_permissions",
|
"name": "group_permissions",
|
||||||
"type": "table",
|
"type": "table",
|
||||||
"caption": "Permissions for Users in Groups",
|
"caption": "Permissions for Users in Groups",
|
||||||
"help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\"".
|
"help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\".",
|
||||||
"categorize_by_key": "permissions_id",
|
"categorize_by_key": "permissions_id",
|
||||||
"can_add_new_categories": true,
|
"can_add_new_categories": true,
|
||||||
"can_add_new_rows": false,
|
"can_add_new_rows": false,
|
||||||
|
@ -543,7 +543,7 @@
|
||||||
"name": "group_forbiddens",
|
"name": "group_forbiddens",
|
||||||
"type": "table",
|
"type": "table",
|
||||||
"caption": "Permissions Denied to Users in Groups",
|
"caption": "Permissions Denied to Users in Groups",
|
||||||
"help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\"".
|
"help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\".",
|
||||||
"categorize_by_key": "permissions_id",
|
"categorize_by_key": "permissions_id",
|
||||||
"can_add_new_categories": true,
|
"can_add_new_categories": true,
|
||||||
"can_add_new_rows": false,
|
"can_add_new_rows": false,
|
||||||
|
|
Loading…
Reference in a new issue