Browse Source

updated key and options on letting_in_sheltered_accommodation

pull/462/head
roobottom 4 years ago
parent
commit
49482aeb34
  1. 10
      config/forms/2021_2022.json

10
config/forms/2021_2022.json

@ -1064,25 +1064,25 @@
"header": "", "header": "",
"description": "", "description": "",
"questions": { "questions": {
"letting_in_sheltered_accommodation": { "shelteredaccom": {
"check_answer_label": "Is this letting in sheltered accommodation?", "check_answer_label": "Is this letting in sheltered accommodation?",
"header": "Is this letting in sheltered accommodation?", "header": "Is this letting in sheltered accommodation?",
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": { "1": {
"value": "Yes – sheltered housing" "value": "Yes – sheltered housing"
}, },
"1": { "2": {
"value": "Yes – extra care housing" "value": "Yes – extra care housing"
}, },
"2": { "3": {
"value": "No" "value": "No"
}, },
"divider": { "divider": {
"value": true "value": true
}, },
"3": { "4": {
"value": "Don’t know" "value": "Don’t know"
} }
} }

Loading…
Cancel
Save