Turn around defaults
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
261a28cae9
commit
31af1a206e
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"options": [
|
"options": [
|
||||||
"Yes", "No"
|
"No", "Yes"
|
||||||
],
|
],
|
||||||
"split": 1
|
"split": 1
|
||||||
},
|
},
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
"private": false,
|
"private": false,
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"options": [
|
"options": [
|
||||||
"Yes", "No"
|
"No", "Yes"
|
||||||
],
|
],
|
||||||
"split": 1
|
"split": 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue