Add the topic field to the page content type
This commit is contained in:
parent
dab6ac479b
commit
d79c79a810
9 changed files with 243 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue