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,38 @@ id: training
|
|||
title: Training
|
||||
description: 'Training intake form'
|
||||
category: ''
|
||||
elements: "intro_text:\n '#type': processed_text\n '#text': \"<p>Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.</p>\\r\\n\"\n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntopics:\n '#type': checkboxes\n '#title': Topics\n '#options':\n 'Introduction to Drupal': 'Introduction to Drupal'\n 'Drupal development (beginning)': 'Drupal development (beginning)'\n 'Drupal development (intermediate)': 'Drupal development (intermediate)'\n 'Drupal development (advanced)': 'Drupal development (advanced)'\n 'Drupal theming and templating': 'Drupal theming and templating'\n 'Data migration': 'Data migration'\nsize:\n '#type': checkboxes\n '#title': Size\n '#options':\n 'Personal training': 'Personal training'\n 'Small group (2-5)': 'Small group (2-5)'\n 'Larger group (more than 5)': 'Larger group (more than 5)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Request training'\n"
|
||||
elements: |
|
||||
intro_text:
|
||||
'#type': processed_text
|
||||
'#text': "<p>Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.</p>\r\n"
|
||||
'#format': basic_html
|
||||
name:
|
||||
'#type': textfield
|
||||
'#title': Name
|
||||
email:
|
||||
'#type': email
|
||||
'#title': Email
|
||||
topics:
|
||||
'#type': checkboxes
|
||||
'#title': Topics
|
||||
'#options':
|
||||
'Introduction to Drupal': 'Introduction to Drupal'
|
||||
'Drupal development (beginning)': 'Drupal development (beginning)'
|
||||
'Drupal development (intermediate)': 'Drupal development (intermediate)'
|
||||
'Drupal development (advanced)': 'Drupal development (advanced)'
|
||||
'Drupal theming and templating': 'Drupal theming and templating'
|
||||
'Data migration': 'Data migration'
|
||||
size:
|
||||
'#type': checkboxes
|
||||
'#title': Size
|
||||
'#options':
|
||||
'Personal training': 'Personal training'
|
||||
'Small group (2-5)': 'Small group (2-5)'
|
||||
'Larger group (more than 5)': 'Larger group (more than 5)'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Request training'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue