mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
added allowed_editors to settings json
This commit is contained in:
parent
bcf0846310
commit
afea5f3534
1 changed files with 15 additions and 1 deletions
|
@ -73,6 +73,20 @@
|
|||
"can_set": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "allowed_editors",
|
||||
"type": "table",
|
||||
"label": "Allowed Editors",
|
||||
"help": "List the High Fidelity names for people you want to be able to make changes to this domain.<br/>An empty list means everyone.",
|
||||
"numbered": false,
|
||||
"columns": [
|
||||
{
|
||||
"name": "username",
|
||||
"label": "Username",
|
||||
"can_set": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -433,4 +447,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue