Browse Source

Refactor depends on in the form json to specify the object for the dependency

Co-authored-by: baarkerlounger  <baarkerlounger@users.noreply.github.com>
pull/653/head
Kat 3 years ago committed by baarkerlounger
parent
commit
25da8f90d9
  1. 14
      config/forms/2021_2022.json

14
config/forms/2021_2022.json

@ -9,6 +9,20 @@
"setup": {
"label": "Set up this lettings log",
"pages": {
"organisation": {
"header": "",
"description": "",
"questions": {
"owning_organisation_id": {
"check_answer_label": "Which owning org?",
"header": "Which owning org?",
"hint_text": "",
"type": "select",
"answer_options": "get_all_orgs_answer_options"
}
},
"derived": true
},
"needs_type": {
"header": "",
"description": "",

Loading…
Cancel
Save