mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:57:00 +02:00
fix hosts/tags in domain-server settings
This commit is contained in:
parent
1c188a270d
commit
40f2d36487
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
||||||
"name": "hosts",
|
"name": "hosts",
|
||||||
"label": "Hosts",
|
"label": "Hosts",
|
||||||
"type": "table",
|
"type": "table",
|
||||||
|
"can_add_new_rows": true,
|
||||||
"help": "Usernames of hosts who can reliably show your domain to new visitors.",
|
"help": "Usernames of hosts who can reliably show your domain to new visitors.",
|
||||||
"numbered": false,
|
"numbered": false,
|
||||||
"columns": [
|
"columns": [
|
||||||
|
@ -130,6 +131,7 @@
|
||||||
"name": "tags",
|
"name": "tags",
|
||||||
"label": "Tags",
|
"label": "Tags",
|
||||||
"type": "table",
|
"type": "table",
|
||||||
|
"can_add_new_rows": true,
|
||||||
"help": "Common categories under which your domain falls.",
|
"help": "Common categories under which your domain falls.",
|
||||||
"numbered": false,
|
"numbered": false,
|
||||||
"columns": [
|
"columns": [
|
||||||
|
|
Loading…
Reference in a new issue