Add the multiline config module
This commit is contained in:
parent
c39a172690
commit
2aef6eb122
71 changed files with 1891 additions and 126 deletions
|
@ -12,7 +12,47 @@ id: speaker_request_michele_metts
|
|||
title: 'Speaker request form for Michele Metts'
|
||||
description: ''
|
||||
category: Speaker
|
||||
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\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'"
|
||||
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
|
||||
event_website:
|
||||
'#type': url
|
||||
'#title': 'Event website'
|
||||
event_dates:
|
||||
'#type': datetime
|
||||
'#title': 'Event date'
|
||||
'#date_date_datepicker_button': false
|
||||
'#date_time_element': none
|
||||
event_location:
|
||||
'#type': textfield
|
||||
'#title': 'Event location'
|
||||
description_of_event:
|
||||
'#type': textarea
|
||||
'#title': 'What should the speaker know about this event?'
|
||||
budget_for_speaker:
|
||||
'#type': textfield
|
||||
'#title': 'Budget for speaker'
|
||||
email:
|
||||
'#type': email
|
||||
'#title': Email
|
||||
'#required': true
|
||||
phone:
|
||||
'#type': tel
|
||||
'#title': Phone
|
||||
additional_info:
|
||||
'#type': textarea
|
||||
'#title': 'Additional information'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Invite Micky to speak'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue