Skip to content

Commit

Permalink
Update mail_host format and add pattern validation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 7c57361 commit 001089f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"mail_host": {
"type": "string",
"description": "Host name for the remote account",
"format": "idn-hostname",
"format": "hostname",
"pattern": "\\.",
"title": "mail_host"
},
"mail_server": {
Expand Down

0 comments on commit 001089f

Please sign in to comment.