From 961b59ecb5a28a28af750f5fcfbdb3657e4e6b1a Mon Sep 17 00:00:00 2001 From: Eric Rasmussen Date: Thu, 13 Jun 2024 12:48:45 -0500 Subject: [PATCH] [#352] Update the core.entity_form_display.node.* files in the Features to show the Groups field --- ...form_display.node.archive_page.default.yml | 11 +++++ .../herbie_archive_page.info.yml | 3 +- ....entity_form_display.node.book.default.yml | 35 +++++++++++---- .../features/herbie_book/herbie_book.info.yml | 2 +- ....entity_form_display.node.news.default.yml | 2 +- .../features/herbie_news/herbie_news.info.yml | 2 +- ...ntity_form_display.node.person.default.yml | 21 ++++++++- .../herbie_person/herbie_person.info.yml | 5 ++- ...tity_form_display.node.webform.default.yml | 44 ++++++++++++++----- .../herbie_webform/herbie_webform.info.yml | 2 +- 10 files changed, 101 insertions(+), 26 deletions(-) diff --git a/web/modules/custom/features/herbie_archive_page/config/install/core.entity_form_display.node.archive_page.default.yml b/web/modules/custom/features/herbie_archive_page/config/install/core.entity_form_display.node.archive_page.default.yml index ecb9a3ccb..49d3ceec4 100644 --- a/web/modules/custom/features/herbie_archive_page/config/install/core.entity_form_display.node.archive_page.default.yml +++ b/web/modules/custom/features/herbie_archive_page/config/install/core.entity_form_display.node.archive_page.default.yml @@ -7,6 +7,7 @@ dependencies: - node.type.archive_page module: - content_moderation + - entitygroupfield - field_group - path - text @@ -49,6 +50,16 @@ content: region: content settings: { } third_party_settings: { } + entitygroupfield: + type: entitygroupfield_select_widget + weight: 11 + region: content + settings: + help_text: '' + label: Subsite + multiple: false + required: false + third_party_settings: { } moderation_state: type: moderation_state_default weight: 7 diff --git a/web/modules/custom/features/herbie_archive_page/herbie_archive_page.info.yml b/web/modules/custom/features/herbie_archive_page/herbie_archive_page.info.yml index c031f358a..dc7384e8f 100644 --- a/web/modules/custom/features/herbie_archive_page/herbie_archive_page.info.yml +++ b/web/modules/custom/features/herbie_archive_page/herbie_archive_page.info.yml @@ -17,11 +17,12 @@ dependencies: - 'drupal:path' - 'drupal:text' - 'drupal:user' + - 'entitygroupfield:entitygroupfield' - 'field_group:field_group' - 'herbie_builder_page:herbie_builder_page' - 'herbie_media_types:herbie_media_types' - 'linkit:linkit' - 'pathauto:pathauto' -version: '1.2' +version: 1.2.1 package: Herbie description: 'Provides Temporary transition page (Archive page) content type and related configuration. ' diff --git a/web/modules/custom/features/herbie_book/config/optional/core.entity_form_display.node.book.default.yml b/web/modules/custom/features/herbie_book/config/optional/core.entity_form_display.node.book.default.yml index 6ef2bdd04..0e7272b74 100644 --- a/web/modules/custom/features/herbie_book/config/optional/core.entity_form_display.node.book.default.yml +++ b/web/modules/custom/features/herbie_book/config/optional/core.entity_form_display.node.book.default.yml @@ -4,7 +4,10 @@ dependencies: config: - field.field.node.book.body - node.type.book + - workflows.workflow.editorial module: + - content_moderation + - entitygroupfield - path - text id: node.book.default @@ -14,7 +17,7 @@ mode: default content: body: type: text_textarea_with_summary - weight: 26 + weight: 5 region: content settings: rows: 9 @@ -24,40 +27,56 @@ content: third_party_settings: { } created: type: datetime_timestamp + weight: 2 + region: content + settings: { } + third_party_settings: { } + entitygroupfield: + type: entitygroupfield_select_widget weight: 10 region: content + settings: + help_text: '' + label: Subsite + multiple: false + required: false + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 8 + region: content settings: { } third_party_settings: { } path: type: path - weight: 30 + weight: 6 region: content settings: { } third_party_settings: { } promote: type: boolean_checkbox - weight: 15 + weight: 3 region: content settings: display_label: true third_party_settings: { } status: type: boolean_checkbox - weight: 120 + weight: 9 region: content settings: display_label: true third_party_settings: { } sticky: type: boolean_checkbox - weight: 16 + weight: 4 region: content settings: display_label: true third_party_settings: { } title: type: string_textfield - weight: -5 + weight: 0 region: content settings: size: 60 @@ -65,7 +84,7 @@ content: third_party_settings: { } uid: type: entity_reference_autocomplete - weight: 5 + weight: 1 region: content settings: match_operator: CONTAINS @@ -74,7 +93,7 @@ content: placeholder: '' third_party_settings: { } url_redirects: - weight: 50 + weight: 7 region: content settings: { } third_party_settings: { } diff --git a/web/modules/custom/features/herbie_book/herbie_book.info.yml b/web/modules/custom/features/herbie_book/herbie_book.info.yml index 668221b66..03d85f50c 100644 --- a/web/modules/custom/features/herbie_book/herbie_book.info.yml +++ b/web/modules/custom/features/herbie_book/herbie_book.info.yml @@ -6,5 +6,5 @@ dependencies: - 'drupal:node' - 'herbie_webform:herbie_webform' - 'pathauto:pathauto' -version: '1.2' +version: 1.2.1 package: Herbie diff --git a/web/modules/custom/features/herbie_news/config/install/core.entity_form_display.node.news.default.yml b/web/modules/custom/features/herbie_news/config/install/core.entity_form_display.node.news.default.yml index ba8ee2919..88102419a 100644 --- a/web/modules/custom/features/herbie_news/config/install/core.entity_form_display.node.news.default.yml +++ b/web/modules/custom/features/herbie_news/config/install/core.entity_form_display.node.news.default.yml @@ -83,7 +83,7 @@ content: region: content settings: help_text: '' - label: 'Group name' + label: Subsite multiple: false required: false third_party_settings: { } diff --git a/web/modules/custom/features/herbie_news/herbie_news.info.yml b/web/modules/custom/features/herbie_news/herbie_news.info.yml index da29e0367..f5c413fcd 100644 --- a/web/modules/custom/features/herbie_news/herbie_news.info.yml +++ b/web/modules/custom/features/herbie_news/herbie_news.info.yml @@ -26,5 +26,5 @@ dependencies: - 'herbie_webform:herbie_webform' - 'image_class:image_class' - 'pathauto:pathauto' -version: '1.4' +version: 1.4.1 package: Herbie diff --git a/web/modules/custom/features/herbie_person/config/install/core.entity_form_display.node.person.default.yml b/web/modules/custom/features/herbie_person/config/install/core.entity_form_display.node.person.default.yml index f92abb76d..f0cc5ff7e 100644 --- a/web/modules/custom/features/herbie_person/config/install/core.entity_form_display.node.person.default.yml +++ b/web/modules/custom/features/herbie_person/config/install/core.entity_form_display.node.person.default.yml @@ -21,11 +21,14 @@ dependencies: - field.field.node.person.n_person_website - image.style.1_1_480x480 - node.type.person + - workflows.workflow.editorial module: + - content_moderation + - entitygroupfield - field_group - - image - link - path + - svg_image - telephone - text third_party_settings: @@ -82,6 +85,22 @@ content: region: content settings: { } third_party_settings: { } + entitygroupfield: + type: entitygroupfield_select_widget + weight: 15 + region: content + settings: + help_text: '' + label: Subsite + multiple: false + required: false + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 14 + region: content + settings: { } + third_party_settings: { } n_additional: type: text_textarea_with_summary weight: 6 diff --git a/web/modules/custom/features/herbie_person/herbie_person.info.yml b/web/modules/custom/features/herbie_person/herbie_person.info.yml index a4f9185f1..812358a3d 100644 --- a/web/modules/custom/features/herbie_person/herbie_person.info.yml +++ b/web/modules/custom/features/herbie_person/herbie_person.info.yml @@ -6,6 +6,7 @@ dependencies: - 'allowed_formats:allowed_formats' - 'dcf_lazyload:dcf_lazyload' - 'drupal:ckeditor5' + - 'drupal:content_moderation' - 'drupal:editor' - 'drupal:field' - 'drupal:file' @@ -20,12 +21,14 @@ dependencies: - 'drupal:telephone' - 'drupal:text' - 'drupal:user' + - 'entitygroupfield:entitygroupfield' - 'external_entities:external_entities' - 'field_group:field_group' - 'herbie_media_types:herbie_media_types' - 'herbie_news:herbie_news' - 'image_class:image_class' - 'pathauto:pathauto' + - 'svg_image:svg_image' - 'svg_image:svg_image_responsive' -version: '1.3' +version: 1.3.1 package: Herbie diff --git a/web/modules/custom/features/herbie_webform/config/optional/core.entity_form_display.node.webform.default.yml b/web/modules/custom/features/herbie_webform/config/optional/core.entity_form_display.node.webform.default.yml index 859367064..90f917de6 100644 --- a/web/modules/custom/features/herbie_webform/config/optional/core.entity_form_display.node.webform.default.yml +++ b/web/modules/custom/features/herbie_webform/config/optional/core.entity_form_display.node.webform.default.yml @@ -6,6 +6,8 @@ dependencies: - field.field.node.webform.webform - node.type.webform module: + - content_moderation + - entitygroupfield - path - text - webform @@ -16,49 +18,66 @@ mode: default content: body: type: text_textarea_with_summary - weight: 0 + weight: 1 region: content settings: rows: 9 summary_rows: 3 placeholder: '' + show_summary: false third_party_settings: { } created: type: datetime_timestamp - weight: 10 + weight: 4 + region: content + settings: { } + third_party_settings: { } + entitygroupfield: + type: entitygroupfield_select_widget + weight: 11 + region: content + settings: + help_text: '' + label: Subsite + multiple: false + required: false + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 9 region: content settings: { } third_party_settings: { } path: type: path - weight: 30 + weight: 7 region: content settings: { } third_party_settings: { } promote: type: boolean_checkbox - weight: 15 + weight: 5 region: content settings: display_label: true third_party_settings: { } status: type: boolean_checkbox - weight: 120 + weight: 10 region: content settings: display_label: true third_party_settings: { } sticky: type: boolean_checkbox - weight: 16 + weight: 6 region: content settings: display_label: true third_party_settings: { } title: type: string_textfield - weight: -5 + weight: 0 region: content settings: size: 60 @@ -66,22 +85,25 @@ content: third_party_settings: { } uid: type: entity_reference_autocomplete - weight: 5 + weight: 3 region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' third_party_settings: { } url_redirects: - weight: 50 + weight: 8 region: content settings: { } third_party_settings: { } webform: type: webform_entity_reference_select - weight: 0 + weight: 2 region: content - settings: { } + settings: + default_data: true + webforms: { } third_party_settings: { } hidden: { } diff --git a/web/modules/custom/features/herbie_webform/herbie_webform.info.yml b/web/modules/custom/features/herbie_webform/herbie_webform.info.yml index 4cb24c077..63da77cae 100644 --- a/web/modules/custom/features/herbie_webform/herbie_webform.info.yml +++ b/web/modules/custom/features/herbie_webform/herbie_webform.info.yml @@ -16,5 +16,5 @@ dependencies: - 'linkit:linkit' - 'pathauto:pathauto' - 'webform:webform' -version: '1.3' +version: 1.3.1 package: Herbie