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,35 @@ id: training_notification_request
title: 'Training Notification Request'
description: 'Users who submit this form should be notified when any of the trainings they are interested in become available.'
category: ''
elements: "intro_text:\n '#type': processed_text\n '#text': |\n <p>We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are&nbsp;also helping us to gage&nbsp;interest&nbsp;so that we will know when the time is right to host!</p>\n \n <p>&nbsp;</p>\n \n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntrainings:\n '#type': checkboxes\n '#title': Trainings\n '#description': 'Tell us which of our trainings you would like to be notified about&nbsp;'\n '#title_display': invisible\n '#description_display': invisible\n '#options':\n 'Getting started with Drupal 9': 'Getting started with Drupal 9'\n 'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations'\n 'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API'\n 'Getting started with React.js': 'Getting started with React.js'\n '#required': true\n '#required_error': 'you must select a training.'\n '#options__properties': ''\n"
elements: |
intro_text:
'#type': processed_text
'#text': |
<p>We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are&nbsp;also helping us to gage&nbsp;interest&nbsp;so that we will know when the time is right to host!</p>
<p>&nbsp;</p>
'#format': basic_html
name:
'#type': textfield
'#title': Name
email:
'#type': email
'#title': Email
trainings:
'#type': checkboxes
'#title': Trainings
'#description': 'Tell us which of our trainings you would like to be notified about&nbsp;'
'#title_display': invisible
'#description_display': invisible
'#options':
'Getting started with Drupal 9': 'Getting started with Drupal 9'
'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations'
'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API'
'Getting started with React.js': 'Getting started with React.js'
'#required': true
'#required_error': 'you must select a training.'
'#options__properties': ''
css: ''
javascript: ''
settings:
@ -33,7 +61,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