Skip to content

Commit

Permalink
[#352] Update the core.entity_form_display.node.* files in the Featur…
Browse files Browse the repository at this point in the history
…es to show the Groups field
  • Loading branch information
ericras committed Jun 13, 2024
1 parent 0ef201c commit 961b59e
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- node.type.archive_page
module:
- content_moderation
- entitygroupfield
- field_group
- path
- text
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. '
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,7 +17,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 26
weight: 5
region: content
settings:
rows: 9
Expand All @@ -24,48 +27,64 @@ 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
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
weight: 1
region: content
settings:
match_operator: CONTAINS
Expand All @@ -74,7 +93,7 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
weight: 7
region: content
settings: { }
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
- 'drupal:node'
- 'herbie_webform:herbie_webform'
- 'pathauto:pathauto'
version: '1.2'
version: 1.2.1
package: Herbie
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ content:
region: content
settings:
help_text: ''
label: 'Group name'
label: Subsite
multiple: false
required: false
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
- 'herbie_webform:herbie_webform'
- 'image_class:image_class'
- 'pathauto:pathauto'
version: '1.4'
version: 1.4.1
package: Herbie
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- 'allowed_formats:allowed_formats'
- 'dcf_lazyload:dcf_lazyload'
- 'drupal:ckeditor5'
- 'drupal:content_moderation'
- 'drupal:editor'
- 'drupal:field'
- 'drupal:file'
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dependencies:
- field.field.node.webform.webform
- node.type.webform
module:
- content_moderation
- entitygroupfield
- path
- text
- webform
Expand All @@ -16,72 +18,92 @@ 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
placeholder: ''
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: { }
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
- 'linkit:linkit'
- 'pathauto:pathauto'
- 'webform:webform'
version: '1.3'
version: 1.3.1
package: Herbie

0 comments on commit 961b59e

Please sign in to comment.