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
|
||||
|
@ -21,14 +22,14 @@ third_party_settings:
|
|||
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: { }
|
||||
regions:
|
||||
ds_content:
|
||||
- node_title
|
||||
|
@ -52,11 +53,19 @@ mode: teaser
|
|||
content:
|
||||
field_summary:
|
||||
type: text_default
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: ds_content
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: right
|
||||
hidden:
|
||||
body: true
|
||||
field_body_paragraph: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue