Add the multiline config module

This commit is contained in:
David Valdez 2019-05-09 13:48:30 -05:00
parent c39a172690
commit 2aef6eb122
71 changed files with 1891 additions and 126 deletions

View file

@ -12,7 +12,25 @@ id: contact_confirm
title: 'Thanks for contacting Agaric'
description: 'A confirmation page to ask some follow-up questions.'
category: ''
elements: "do_you_have_any_feedback_for_us_:\n '#type': textarea\n '#title': 'Do you have any feedback for us?'\n '#required': true\n '#format_items': comma\nhow_did_you_find_us:\n '#type': webform_radios_other\n '#title': 'How did you find us?'\n '#options':\n 'A professional or personal recommendation': 'A professional or personal recommendation'\n 'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'\n 'Google or something similar': 'Google or something similar'\n 'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'\n '#other__option_label': Other\nsubmission_id:\n '#type': hidden\n '#title': 'Submission ID'\n '#default_value': '[current-page:query:submission]'"
elements: |
do_you_have_any_feedback_for_us_:
'#type': textarea
'#title': 'Do you have any feedback for us?'
'#required': true
'#format_items': comma
how_did_you_find_us:
'#type': webform_radios_other
'#title': 'How did you find us?'
'#options':
'A professional or personal recommendation': 'A professional or personal recommendation'
'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'
'Google or something similar': 'Google or something similar'
'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'
'#other__option_label': Other
submission_id:
'#type': hidden
'#title': 'Submission ID'
'#default_value': '[current-page:query:submission]'
css: ''
javascript: ''
settings: