From fa0803e305b9b09f945eb228dc098ef95ecc38aa Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 17 Oct 2025 10:06:09 -0700 Subject: [PATCH] Update training webform to be about Drupal 11 rather than 9 --- ...form.webform.training_notification_request.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/webform.webform.training_notification_request.yml b/config/webform.webform.training_notification_request.yml index 06170cd..383d90b 100644 --- a/config/webform.webform.training_notification_request.yml +++ b/config/webform.webform.training_notification_request.yml @@ -12,14 +12,13 @@ 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.' categories: { } -elements: | +elements: |- intro_text: '#type': processed_text '#text': |

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 also helping us to gage interest so that we will know when the time is right to host!

- +

 

- '#format': basic_html name: '#type': textfield @@ -30,13 +29,15 @@ elements: | trainings: '#type': checkboxes '#title': Trainings - '#description': 'Tell us which of our trainings you would like to be notified about ' + '#description': '

Tell us which of our trainings you would like to be notified about 

' '#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 Drupal 11': 'Getting started with Drupal 11' + 'Drupal 11 content migrations': 'Drupal 11 content migrations' + 'Upgrading to Drupal 11 using the Migrate API': 'Upgrading to Drupal 11 using the Migrate API' + 'Drupal end-to-end testing with Behat': 'Drupal end-to-end testing with Behat' + 'How to Make and Maintain a Module': 'How to Make and Maintain a Module' 'Getting started with React.js': 'Getting started with React.js' '#required': true '#required_error': 'you must select a training.'