From b52b7c9a71e58cc8f86cafc18c0ad3d9c4bc118c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 4 Mar 2022 14:13:49 -0500 Subject: [PATCH] Commit updated configuration from successful upgrade to Drupal 9 --- config/admin_toolbar.settings.yml | 1 + config/admin_toolbar_tools.settings.yml | 2 ++ config/autosave_form.settings.yml | 1 + ...eld.field.comment.comment.comment_body.yml | 9 ++------ .../field.field.node.people.field_summary.yml | 8 ++----- ...h.quotation_with_image.field_quotation.yml | 8 ++----- ...d.field.paragraph.title.field_subtitle.yml | 8 ++----- ...ield.field.paragraph.title.field_title.yml | 8 ++----- config/search_api.index.action.yml | 1 + config/search_api.index.article.yml | 1 + config/search_api.index.blog.yml | 1 + config/search_api.index.campaign.yml | 1 + config/search_api.index.case_study.yml | 1 + config/search_api.index.content.yml | 1 + config/search_api.index.event.yml | 1 + config/search_api.index.people.yml | 1 + config/search_api.index.resource.yml | 1 + config/search_api.settings.yml | 22 +++++++++++++++++++ .../system.action.webform_archive_action.yml | 11 ++++++++++ config/system.action.webform_close_action.yml | 11 ++++++++++ .../system.action.webform_delete_action.yml | 11 ++++++++++ config/system.action.webform_open_action.yml | 11 ++++++++++ ...system.action.webform_unarchive_action.yml | 11 ++++++++++ config/webform.settings.yml | 15 +++++++++++++ ...bform.attend_the_tech_and_rev_workshop.yml | 3 +++ config/webform.webform.blog_posts.yml | 3 +++ config/webform.webform.capacitacion.yml | 3 +++ config/webform.webform.contact.yml | 3 +++ config/webform.webform.contact_confirm.yml | 3 +++ ....webform.drupal_8_9_content_migrations.yml | 3 +++ config/webform.webform.drutopia_intake.yml | 3 +++ ...bform.webform.drutopia_platform_intake.yml | 3 +++ config/webform.webform.find_it_platform.yml | 3 +++ config/webform.webform.general_services.yml | 3 +++ ....webform.getting_started_with_drupal_9.yml | 3 +++ ....webform.getting_started_with_react_js.yml | 3 +++ config/webform.webform.join_the_movement.yml | 3 +++ ...form.webform.join_the_movement_confirm.yml | 3 +++ config/webform.webform.june_2020_webinars.yml | 3 +++ config/webform.webform.lms.yml | 3 +++ config/webform.webform.migrations.yml | 3 +++ ...rm.webform.migrations_training_confirm.yml | 3 +++ config/webform.webform.newsletter.yml | 3 +++ ....webform.purchase_training_migrate_api.yml | 3 +++ config/webform.webform.request.yml | 3 +++ config/webform.webform.showandtell.yml | 3 +++ ...webform.webform.speaker_request_agaric.yml | 3 +++ ....webform.speaker_request_clayton_dewey.yml | 3 +++ ...bform.speaker_request_mauricio_dinarte.yml | 3 +++ ....webform.speaker_request_michele_metts.yml | 3 +++ ...rm.webform.speaker_request_micky_metts.yml | 3 +++ config/webform.webform.training.yml | 3 +++ config/webform.webform.training_discount.yml | 3 +++ ....webform.training_notification_request.yml | 3 +++ ...webform.webform.training_request_draft.yml | 3 +++ config/webform.webform.workshops.yml | 3 +++ 56 files changed, 211 insertions(+), 31 deletions(-) create mode 100644 config/admin_toolbar.settings.yml create mode 100644 config/admin_toolbar_tools.settings.yml create mode 100644 config/system.action.webform_archive_action.yml create mode 100644 config/system.action.webform_close_action.yml create mode 100644 config/system.action.webform_delete_action.yml create mode 100644 config/system.action.webform_open_action.yml create mode 100644 config/system.action.webform_unarchive_action.yml diff --git a/config/admin_toolbar.settings.yml b/config/admin_toolbar.settings.yml new file mode 100644 index 0000000..5965a31 --- /dev/null +++ b/config/admin_toolbar.settings.yml @@ -0,0 +1 @@ +menu_depth: 4 diff --git a/config/admin_toolbar_tools.settings.yml b/config/admin_toolbar_tools.settings.yml new file mode 100644 index 0000000..2f4de20 --- /dev/null +++ b/config/admin_toolbar_tools.settings.yml @@ -0,0 +1,2 @@ +max_bundle_number: 20 +hoverintent_functionality: true diff --git a/config/autosave_form.settings.yml b/config/autosave_form.settings.yml index 03f89c9..70b39c0 100644 --- a/config/autosave_form.settings.yml +++ b/config/autosave_form.settings.yml @@ -9,3 +9,4 @@ notification: allowed_content_entity_types: { } _core: default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0 +only_on_form_change: false diff --git a/config/field.field.comment.comment.comment_body.yml b/config/field.field.comment.comment.comment_body.yml index b91c87a..23d916d 100644 --- a/config/field.field.comment.comment.comment_body.yml +++ b/config/field.field.comment.comment.comment_body.yml @@ -10,13 +10,8 @@ dependencies: - text third_party_settings: allowed_formats: - minimalhtml: minimalhtml - basic_html: '0' - markdown: '0' - restricted_html: '0' - minimalhtmltitle: '0' - full_html: '0' - plain_text: '0' + allowed_formats: + - minimalhtml _core: default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs id: comment.comment.comment_body diff --git a/config/field.field.node.people.field_summary.yml b/config/field.field.node.people.field_summary.yml index a104e5a..210a612 100644 --- a/config/field.field.node.people.field_summary.yml +++ b/config/field.field.node.people.field_summary.yml @@ -10,12 +10,8 @@ dependencies: - text third_party_settings: allowed_formats: - minimalhtmltitle: minimalhtmltitle - basic_html: '0' - minimalhtml: '0' - restricted_html: '0' - full_html: '0' - plain_text: '0' + allowed_formats: + - minimalhtmltitle _core: default_config_hash: EXOljgShOmy983x8K_RBAJkJ2cWknYTQvOdpbfg3EC4 id: node.people.field_summary diff --git a/config/field.field.paragraph.quotation_with_image.field_quotation.yml b/config/field.field.paragraph.quotation_with_image.field_quotation.yml index e2f3f86..f941dd1 100644 --- a/config/field.field.paragraph.quotation_with_image.field_quotation.yml +++ b/config/field.field.paragraph.quotation_with_image.field_quotation.yml @@ -10,12 +10,8 @@ dependencies: - text third_party_settings: allowed_formats: - minimalhtml: minimalhtml - basic_html: '0' - restricted_html: '0' - minimalhtmltitle: '0' - full_html: '0' - plain_text: '0' + allowed_formats: + - minimalhtml id: paragraph.quotation_with_image.field_quotation field_name: field_quotation entity_type: paragraph diff --git a/config/field.field.paragraph.title.field_subtitle.yml b/config/field.field.paragraph.title.field_subtitle.yml index be30b34..b6b3027 100644 --- a/config/field.field.paragraph.title.field_subtitle.yml +++ b/config/field.field.paragraph.title.field_subtitle.yml @@ -10,12 +10,8 @@ dependencies: - text third_party_settings: allowed_formats: - minimalhtmltitle: minimalhtmltitle - basic_html: '0' - minimalhtml: '0' - restricted_html: '0' - full_html: '0' - plain_text: '0' + allowed_formats: + - minimalhtmltitle id: paragraph.title.field_subtitle field_name: field_subtitle entity_type: paragraph diff --git a/config/field.field.paragraph.title.field_title.yml b/config/field.field.paragraph.title.field_title.yml index e8cf58b..3fa811a 100644 --- a/config/field.field.paragraph.title.field_title.yml +++ b/config/field.field.paragraph.title.field_title.yml @@ -10,12 +10,8 @@ dependencies: - text third_party_settings: allowed_formats: - minimalhtmltitle: minimalhtmltitle - basic_html: '0' - minimalhtml: '0' - restricted_html: '0' - full_html: '0' - plain_text: '0' + allowed_formats: + - minimalhtmltitle id: paragraph.title.field_title field_name: field_title entity_type: paragraph diff --git a/config/search_api.index.action.yml b/config/search_api.index.action.yml index b5bb010..4508c11 100644 --- a/config/search_api.index.action.yml +++ b/config/search_api.index.action.yml @@ -265,4 +265,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.article.yml b/config/search_api.index.article.yml index c19b62f..2a0aa7f 100644 --- a/config/search_api.index.article.yml +++ b/config/search_api.index.article.yml @@ -265,4 +265,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.blog.yml b/config/search_api.index.blog.yml index 822aaef..050bda7 100644 --- a/config/search_api.index.blog.yml +++ b/config/search_api.index.blog.yml @@ -255,4 +255,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.campaign.yml b/config/search_api.index.campaign.yml index 8f4a366..17a5b0f 100644 --- a/config/search_api.index.campaign.yml +++ b/config/search_api.index.campaign.yml @@ -229,4 +229,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.case_study.yml b/config/search_api.index.case_study.yml index 5a3793a..550f683 100644 --- a/config/search_api.index.case_study.yml +++ b/config/search_api.index.case_study.yml @@ -299,4 +299,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.content.yml b/config/search_api.index.content.yml index fa24a1d..8a844ea 100644 --- a/config/search_api.index.content.yml +++ b/config/search_api.index.content.yml @@ -253,4 +253,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.event.yml b/config/search_api.index.event.yml index e742981..02a2c53 100644 --- a/config/search_api.index.event.yml +++ b/config/search_api.index.event.yml @@ -273,4 +273,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.people.yml b/config/search_api.index.people.yml index 75b64c0..486bbd8 100644 --- a/config/search_api.index.people.yml +++ b/config/search_api.index.people.yml @@ -238,4 +238,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.index.resource.yml b/config/search_api.index.resource.yml index d9e0ecd..7e2b056 100644 --- a/config/search_api.index.resource.yml +++ b/config/search_api.index.resource.yml @@ -256,4 +256,5 @@ tracker_settings: options: index_directly: true cron_limit: 50 + track_changes_in_references: true server: database diff --git a/config/search_api.settings.yml b/config/search_api.settings.yml index 6a3ea2e..a625fdf 100644 --- a/config/search_api.settings.yml +++ b/config/search_api.settings.yml @@ -4,3 +4,25 @@ default_tracker: default tracking_page_size: 100 _core: default_config_hash: n7m4vlCPoB3_1C7l13LKYsifmLur4QR71mOD7S_5hSE +boost_factors: + - !!float 0 + - 0.1 + - 0.2 + - 0.3 + - 0.5 + - 0.6 + - 0.7 + - 0.8 + - 0.9 + - !!float 1 + - 1.1 + - 1.2 + - 1.3 + - 1.4 + - 1.5 + - !!float 2 + - !!float 3 + - !!float 5 + - !!float 8 + - !!float 13 + - !!float 21 diff --git a/config/system.action.webform_archive_action.yml b/config/system.action.webform_archive_action.yml new file mode 100644 index 0000000..a162bb6 --- /dev/null +++ b/config/system.action.webform_archive_action.yml @@ -0,0 +1,11 @@ +uuid: d1737d27-79b1-4cfa-9d50-fbd23d4bb7e5 +langcode: en +status: true +dependencies: + module: + - webform +id: webform_archive_action +label: 'Archive webform' +type: webform +plugin: webform_archive_action +configuration: { } diff --git a/config/system.action.webform_close_action.yml b/config/system.action.webform_close_action.yml new file mode 100644 index 0000000..20b23c3 --- /dev/null +++ b/config/system.action.webform_close_action.yml @@ -0,0 +1,11 @@ +uuid: 133d1930-4f19-44b4-a70c-f825aadffbbc +langcode: en +status: true +dependencies: + module: + - webform +id: webform_close_action +label: 'Close webform' +type: webform +plugin: webform_close_action +configuration: { } diff --git a/config/system.action.webform_delete_action.yml b/config/system.action.webform_delete_action.yml new file mode 100644 index 0000000..4a17fdf --- /dev/null +++ b/config/system.action.webform_delete_action.yml @@ -0,0 +1,11 @@ +uuid: 566be4f3-1c4d-416f-9da8-caaecf1b7dfe +langcode: en +status: true +dependencies: + module: + - webform +id: webform_delete_action +label: 'Delete webform' +type: webform +plugin: webform_delete_action +configuration: { } diff --git a/config/system.action.webform_open_action.yml b/config/system.action.webform_open_action.yml new file mode 100644 index 0000000..21038b6 --- /dev/null +++ b/config/system.action.webform_open_action.yml @@ -0,0 +1,11 @@ +uuid: acd0d963-47e8-45eb-afbb-18a8a20d5288 +langcode: en +status: true +dependencies: + module: + - webform +id: webform_open_action +label: 'Open webform' +type: webform +plugin: webform_open_action +configuration: { } diff --git a/config/system.action.webform_unarchive_action.yml b/config/system.action.webform_unarchive_action.yml new file mode 100644 index 0000000..4159b41 --- /dev/null +++ b/config/system.action.webform_unarchive_action.yml @@ -0,0 +1,11 @@ +uuid: 6596cd60-03d3-450c-805d-5d270168a695 +langcode: en +status: true +dependencies: + module: + - webform +id: webform_unarchive_action +label: 'Restore webform' +type: webform +plugin: webform_unarchive_action +configuration: { } diff --git a/config/webform.settings.yml b/config/webform.settings.yml index 9bcd62d..5ed97f9 100644 --- a/config/webform.settings.yml +++ b/config/webform.settings.yml @@ -96,6 +96,20 @@ settings: wide: title: Wide width: 1000 + webform_bulk_form: true + webform_bulk_form_actions: + - webform_open_action + - webform_close_action + - webform_archive_action + - webform_unarchive_action + - webform_delete_action + webform_submission_bulk_form: true + webform_submission_bulk_form_actions: + - webform_submission_make_sticky_action + - webform_submission_make_unsticky_action + - webform_submission_make_lock_action + - webform_submission_make_unlock_action + - webform_submission_delete_action assets: css: '' javascript: '' @@ -134,6 +148,7 @@ batch: purge: cron_size: 100 form: + limit: 50 filter_category: '' filter_state: '' element: diff --git a/config/webform.webform.attend_the_tech_and_rev_workshop.yml b/config/webform.webform.attend_the_tech_and_rev_workshop.yml index ae26394..cba708c 100644 --- a/config/webform.webform.attend_the_tech_and_rev_workshop.yml +++ b/config/webform.webform.attend_the_tech_and_rev_workshop.yml @@ -74,6 +74,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.blog_posts.yml b/config/webform.webform.blog_posts.yml index f534366..17bfbb0 100644 --- a/config/webform.webform.blog_posts.yml +++ b/config/webform.webform.blog_posts.yml @@ -67,6 +67,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.capacitacion.yml b/config/webform.webform.capacitacion.yml index 308e2b5..f6a3147 100644 --- a/config/webform.webform.capacitacion.yml +++ b/config/webform.webform.capacitacion.yml @@ -85,6 +85,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.contact.yml b/config/webform.webform.contact.yml index 91191e7..275c7a9 100644 --- a/config/webform.webform.contact.yml +++ b/config/webform.webform.contact.yml @@ -85,6 +85,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.contact_confirm.yml b/config/webform.webform.contact_confirm.yml index 9a2961d..454754c 100644 --- a/config/webform.webform.contact_confirm.yml +++ b/config/webform.webform.contact_confirm.yml @@ -72,6 +72,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.drupal_8_9_content_migrations.yml b/config/webform.webform.drupal_8_9_content_migrations.yml index 8f57dc1..4040a17 100644 --- a/config/webform.webform.drupal_8_9_content_migrations.yml +++ b/config/webform.webform.drupal_8_9_content_migrations.yml @@ -90,6 +90,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.drutopia_intake.yml b/config/webform.webform.drutopia_intake.yml index acbc6cf..61da318 100644 --- a/config/webform.webform.drutopia_intake.yml +++ b/config/webform.webform.drutopia_intake.yml @@ -98,6 +98,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.drutopia_platform_intake.yml b/config/webform.webform.drutopia_platform_intake.yml index 34d3965..f61f80b 100644 --- a/config/webform.webform.drutopia_platform_intake.yml +++ b/config/webform.webform.drutopia_platform_intake.yml @@ -69,6 +69,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.find_it_platform.yml b/config/webform.webform.find_it_platform.yml index ce3fc52..0f64d02 100644 --- a/config/webform.webform.find_it_platform.yml +++ b/config/webform.webform.find_it_platform.yml @@ -60,6 +60,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.general_services.yml b/config/webform.webform.general_services.yml index 570012e..c9745b6 100644 --- a/config/webform.webform.general_services.yml +++ b/config/webform.webform.general_services.yml @@ -74,6 +74,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.getting_started_with_drupal_9.yml b/config/webform.webform.getting_started_with_drupal_9.yml index 24c0695..8d16535 100644 --- a/config/webform.webform.getting_started_with_drupal_9.yml +++ b/config/webform.webform.getting_started_with_drupal_9.yml @@ -90,6 +90,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.getting_started_with_react_js.yml b/config/webform.webform.getting_started_with_react_js.yml index 7d25594..43cd668 100644 --- a/config/webform.webform.getting_started_with_react_js.yml +++ b/config/webform.webform.getting_started_with_react_js.yml @@ -90,6 +90,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.join_the_movement.yml b/config/webform.webform.join_the_movement.yml index 1c1f1c4..6230143 100644 --- a/config/webform.webform.join_the_movement.yml +++ b/config/webform.webform.join_the_movement.yml @@ -67,6 +67,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.join_the_movement_confirm.yml b/config/webform.webform.join_the_movement_confirm.yml index c48655c..edbdc45 100644 --- a/config/webform.webform.join_the_movement_confirm.yml +++ b/config/webform.webform.join_the_movement_confirm.yml @@ -57,6 +57,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.june_2020_webinars.yml b/config/webform.webform.june_2020_webinars.yml index d5b2899..d086a56 100644 --- a/config/webform.webform.june_2020_webinars.yml +++ b/config/webform.webform.june_2020_webinars.yml @@ -70,6 +70,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.lms.yml b/config/webform.webform.lms.yml index a0956e7..e46bb18 100644 --- a/config/webform.webform.lms.yml +++ b/config/webform.webform.lms.yml @@ -75,6 +75,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.migrations.yml b/config/webform.webform.migrations.yml index def8028..3d87361 100644 --- a/config/webform.webform.migrations.yml +++ b/config/webform.webform.migrations.yml @@ -67,6 +67,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.migrations_training_confirm.yml b/config/webform.webform.migrations_training_confirm.yml index 51edb67..f7d6ccb 100644 --- a/config/webform.webform.migrations_training_confirm.yml +++ b/config/webform.webform.migrations_training_confirm.yml @@ -61,6 +61,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.newsletter.yml b/config/webform.webform.newsletter.yml index 05c965e..794114d 100644 --- a/config/webform.webform.newsletter.yml +++ b/config/webform.webform.newsletter.yml @@ -77,6 +77,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.purchase_training_migrate_api.yml b/config/webform.webform.purchase_training_migrate_api.yml index b754eb2..b2ffc06 100644 --- a/config/webform.webform.purchase_training_migrate_api.yml +++ b/config/webform.webform.purchase_training_migrate_api.yml @@ -90,6 +90,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index 0ee0cab..5fca9f9 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -67,6 +67,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.showandtell.yml b/config/webform.webform.showandtell.yml index 07196dd..d7e0c7a 100644 --- a/config/webform.webform.showandtell.yml +++ b/config/webform.webform.showandtell.yml @@ -107,6 +107,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.speaker_request_agaric.yml b/config/webform.webform.speaker_request_agaric.yml index e29f908..12139ef 100644 --- a/config/webform.webform.speaker_request_agaric.yml +++ b/config/webform.webform.speaker_request_agaric.yml @@ -181,6 +181,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.speaker_request_clayton_dewey.yml b/config/webform.webform.speaker_request_clayton_dewey.yml index 6708201..b70229a 100644 --- a/config/webform.webform.speaker_request_clayton_dewey.yml +++ b/config/webform.webform.speaker_request_clayton_dewey.yml @@ -94,6 +94,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.speaker_request_mauricio_dinarte.yml b/config/webform.webform.speaker_request_mauricio_dinarte.yml index 86f813c..13fb3f3 100644 --- a/config/webform.webform.speaker_request_mauricio_dinarte.yml +++ b/config/webform.webform.speaker_request_mauricio_dinarte.yml @@ -94,6 +94,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.speaker_request_michele_metts.yml b/config/webform.webform.speaker_request_michele_metts.yml index a232de8..ff65e5f 100644 --- a/config/webform.webform.speaker_request_michele_metts.yml +++ b/config/webform.webform.speaker_request_michele_metts.yml @@ -94,6 +94,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.speaker_request_micky_metts.yml b/config/webform.webform.speaker_request_micky_metts.yml index 2fda8d6..3b7810c 100644 --- a/config/webform.webform.speaker_request_micky_metts.yml +++ b/config/webform.webform.speaker_request_micky_metts.yml @@ -94,6 +94,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.training.yml b/config/webform.webform.training.yml index f3ad1ae..7742c88 100644 --- a/config/webform.webform.training.yml +++ b/config/webform.webform.training.yml @@ -87,6 +87,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.training_discount.yml b/config/webform.webform.training_discount.yml index 5c70eda..a188f71 100644 --- a/config/webform.webform.training_discount.yml +++ b/config/webform.webform.training_discount.yml @@ -96,6 +96,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.training_notification_request.yml b/config/webform.webform.training_notification_request.yml index 56affc4..8057c73 100644 --- a/config/webform.webform.training_notification_request.yml +++ b/config/webform.webform.training_notification_request.yml @@ -82,6 +82,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.training_request_draft.yml b/config/webform.webform.training_request_draft.yml index 466961c..3e2c8d2 100644 --- a/config/webform.webform.training_request_draft.yml +++ b/config/webform.webform.training_request_draft.yml @@ -76,6 +76,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: '' diff --git a/config/webform.webform.workshops.yml b/config/webform.webform.workshops.yml index a873fb2..27a8913 100644 --- a/config/webform.webform.workshops.yml +++ b/config/webform.webform.workshops.yml @@ -58,6 +58,9 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_method: '' + form_action: '' + form_attributes: { } share: false share_node: false share_theme_name: ''