diff --git a/config/sync/webform.webform.training.yml b/config/sync/webform.webform.training.yml index 7f3ae9d..46476f2 100644 --- a/config/sync/webform.webform.training.yml +++ b/config/sync/webform.webform.training.yml @@ -27,9 +27,13 @@ elements: | '#type': checkboxes '#title': Topics '#options': - Strategy: 'Strategy -- Content strategy, user research, analytics, etc.' - Design: 'Design -- Visual design, user experience design, etc.' - Development: 'Development -- Drupal, Python, React, etc.' + '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' + Backbone.js: Backbone.js size: '#type': checkboxes '#title': Size @@ -194,4 +198,4 @@ access: roles: { } users: { } permissions: { } -handlers: { } \ No newline at end of file +handlers: { }