fix(penpot): fix smtp vars

feat(homebox): move to stable
This commit is contained in:
Stavros Kois
2022-12-27 12:02:20 +02:00
committed by GitHub
parent 26b66192c7
commit ea903e49cb
11 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -148,25 +148,25 @@ questions:
type: string
required: true
default: ""
- variable: smtp_host
- variable: host
label: SMTP Host
schema:
type: string
required: true
default: ""
- variable: smtp_port
- variable: port
label: SMTP Port
schema:
type: int
required: true
default: 587
- variable: smtp_user
- variable: user
label: SMTP User
schema:
type: string
required: true
default: ""
- variable: smtp_pass
- variable: pass
label: SMTP Pass
schema:
type: string