Commit config after db updates; primarily linebreak expansions
This commit is contained in:
parent
f803aa6668
commit
27bc701d4a
82 changed files with 2765 additions and 199 deletions
|
@ -17,7 +17,55 @@ id: showandtell
|
|||
title: 'Show and Tell'
|
||||
description: 'Submit an idea for Show and Tell.'
|
||||
category: 'Show and Tell'
|
||||
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your Name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\n '#required': true\ni_would_like_to:\n '#type': select\n '#title': 'I would like to'\n '#description': 'Tell us how you would like to take part in Show and Tell or send us a suggestion.'\n '#options':\n 'present a demo': 'Present a demo'\n 'do a presentation': 'Do a presentation'\n 'start a conversation': 'Start a conversation'\n 'suggest a topic for discussion': 'Suggest a topic for discussion'\n 'request a presentation': 'Request a presentation'\n 'suggest a presenter': 'Suggest a presenter'\n 'give a lightning talk': 'Give a lightning talk'\n '#empty_option': 'Choose one'\n '#empty_value': 'Choose one'\n '#options_randomize': true\ncontact_email:\n '#type': email\n '#title': 'Email address of the presenter you are suggesting'\n '#description': 'Let us know how to contact the suggested presenter or speaker.'\n '#states':\n visible:\n ':input[name=\"i_would_like_to\"]':\n value: 'suggest a presenter'\ndetails:\n '#type': textarea\n '#title': Details\n '#description': 'Tell us some details about your request. If you have something to present or would like to do a demo, write a short description. If you have a suggestion, write it here.'\ni_am_available:\n '#type': date\n '#title': 'I am available'\n '#description': 'Choose a date that you are available.'\n '#date_days':\n - '3'\n '#datepicker': true\n '#date_date_format': m/d/Y\n"
|
||||
elements: |
|
||||
your_name:
|
||||
'#type': webform_name
|
||||
'#title': 'Your name'
|
||||
'#title__access': false
|
||||
'#first__title': 'Your Name'
|
||||
'#middle__access': false
|
||||
'#last__access': false
|
||||
'#suffix__access': false
|
||||
'#degree__access': false
|
||||
your_email_address:
|
||||
'#type': email
|
||||
'#title': 'Your email address'
|
||||
'#required': true
|
||||
i_would_like_to:
|
||||
'#type': select
|
||||
'#title': 'I would like to'
|
||||
'#description': 'Tell us how you would like to take part in Show and Tell or send us a suggestion.'
|
||||
'#options':
|
||||
'present a demo': 'Present a demo'
|
||||
'do a presentation': 'Do a presentation'
|
||||
'start a conversation': 'Start a conversation'
|
||||
'suggest a topic for discussion': 'Suggest a topic for discussion'
|
||||
'request a presentation': 'Request a presentation'
|
||||
'suggest a presenter': 'Suggest a presenter'
|
||||
'give a lightning talk': 'Give a lightning talk'
|
||||
'#empty_option': 'Choose one'
|
||||
'#empty_value': 'Choose one'
|
||||
'#options_randomize': true
|
||||
contact_email:
|
||||
'#type': email
|
||||
'#title': 'Email address of the presenter you are suggesting'
|
||||
'#description': 'Let us know how to contact the suggested presenter or speaker.'
|
||||
'#states':
|
||||
visible:
|
||||
':input[name="i_would_like_to"]':
|
||||
value: 'suggest a presenter'
|
||||
details:
|
||||
'#type': textarea
|
||||
'#title': Details
|
||||
'#description': 'Tell us some details about your request. If you have something to present or would like to do a demo, write a short description. If you have a suggestion, write it here.'
|
||||
i_am_available:
|
||||
'#type': date
|
||||
'#title': 'I am available'
|
||||
'#description': 'Choose a date that you are available.'
|
||||
'#date_days':
|
||||
- '3'
|
||||
'#datepicker': true
|
||||
'#date_date_format': m/d/Y
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
@ -38,7 +86,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue