feat(nextcloud): set default phone region (#3578)

* feat(nextcloud): set default phone region

* empty line
This commit is contained in:
Stavros Kois
2022-08-26 15:20:40 +02:00
committed by GitHub
parent f2b2fb590e
commit 6c5aa110ce
5 changed files with 37 additions and 1 deletions
+14
View File
@@ -67,6 +67,20 @@ questions:
required: true
$ref:
- "definitions/nodeIP"
- variable: nextcloud
group: "Container Configuration"
label: "Nextcloud Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: default_phone_region
label: "Default Phone Region"
description: "Sets the default phone region in ISO_3166-1 format (e.g. US). https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements"
schema:
type: string
valid_chars: '^[A-Z]{2}$'
default: ""
- variable: imaginary
group: "Container Configuration"
label: "Preview Generation Configuration"