Add the topic field to the page content type

This commit is contained in:
Keegan Rankin 2024-01-16 07:46:35 -08:00
parent dab6ac479b
commit d79c79a810
9 changed files with 243 additions and 25 deletions

View file

@ -8,6 +8,7 @@ dependencies:
- field.field.node.page.field_body_paragraph
- field.field.node.page.field_meta_tags
- field.field.node.page.field_summary
- field.field.node.page.field_topics
- node.type.page
module:
- ds
@ -17,19 +18,19 @@ third_party_settings:
ds:
layout:
id: ds_1col
path: modules/contrib/ds
library: ''
disable_css: false
entity_classes: all_classes
settings:
classes:
layout_class: { }
wrappers:
ds_content: div
outer_wrapper: div
attributes: ''
link_attribute: ''
link_custom: ''
classes:
layout_class: { }
path: modules/contrib/ds
regions:
ds_content:
- field_body_paragraph
@ -42,18 +43,26 @@ bundle: page
mode: full
content:
field_body_paragraph:
weight: 1
type: entity_reference_revisions_entity_view
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
type: entity_reference_revisions_entity_view
weight: 1
region: ds_content
field_topics:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 4
region: middle
links:
weight: 2
settings: { }
third_party_settings: { }
weight: 2
region: ds_content
hidden:
body: true