mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Add some more descriptive survey defaults.
This commit is contained in:
@@ -48,7 +48,7 @@ Here is a more comprehensive example showing the various question types and thei
|
|||||||
"min": 5,
|
"min": 5,
|
||||||
"max": "",
|
"max": "",
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "yes"
|
"default": "Leeloo Minai Lekarariba-Laminai-Tchai Ekbat De Sebat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -57,9 +57,9 @@ Here is a more comprehensive example showing the various question types and thei
|
|||||||
"variable": "short_answer",
|
"variable": "short_answer",
|
||||||
"choices": "",
|
"choices": "",
|
||||||
"min": "",
|
"min": "",
|
||||||
"max": 5,
|
"max": 7,
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "yes"
|
"default": "leeloo"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -70,7 +70,7 @@ Here is a more comprehensive example showing the various question types and thei
|
|||||||
"min": "",
|
"min": "",
|
||||||
"max": "",
|
"max": "",
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": "yes"
|
"default": "NOT OPTIONAL"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "multiplechoice",
|
"type": "multiplechoice",
|
||||||
@@ -81,7 +81,7 @@ Here is a more comprehensive example showing the various question types and thei
|
|||||||
"min": "",
|
"min": "",
|
||||||
"max": "",
|
"max": "",
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "yes"
|
"default": "one"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "multiselect",
|
"type": "multiselect",
|
||||||
@@ -92,7 +92,7 @@ Here is a more comprehensive example showing the various question types and thei
|
|||||||
"min": "",
|
"min": "",
|
||||||
"max": "",
|
"max": "",
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "yes"
|
"default": "one\nthree"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
|||||||
Reference in New Issue
Block a user