Commit config after db updates; primarily linebreak expansions

This commit is contained in:
benjamin melançon 2021-07-14 08:53:40 -04:00
parent f803aa6668
commit 27bc701d4a
82 changed files with 2765 additions and 199 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]'\n"
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:
@ -33,7 +51,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false