Merge pull request #5335 from si458/add-dns-to-schema

add dns to domains in schema
This commit is contained in:
Ylian Saint-Hilaire
2023-09-09 22:58:31 -07:00
committed by GitHub

View File

@@ -984,6 +984,11 @@
"items": {
"type": "object",
"properties": {
"dns": {
"type": "string",
"default": null,
"description": "The DNS name used to access this domain instead of accessing it via a subfolder"
},
"siteStyle": {
"type": "integer",
"default": 2,