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,40 @@ id: training
title: Training
description: 'Training intake form'
category: ''
elements: "intro_text:\n '#type': processed_text\n '#text': |\n <p>If you are interested in a private training tailored to your needs, give&nbsp;us an idea of what&nbsp;you are&nbsp;looking for and we will follow up with you soon thereafter.</p>\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>If you are interested in a private training tailored to your needs, give&nbsp;us an idea of what&nbsp;you are&nbsp;looking for and we will follow up with you soon thereafter.</p>
'#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:
@ -33,7 +66,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