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
|
@ -7,6 +7,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
|
||||
|
@ -19,14 +20,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: { }
|
||||
_core:
|
||||
default_config_hash: IJqwajtBIucTAaMgGd7kE-hw_HVZOxJuku1ohZjxVUU
|
||||
|
@ -34,7 +35,15 @@ id: node.page.default
|
|||
targetEntityType: node
|
||||
bundle: page
|
||||
mode: default
|
||||
content: { }
|
||||
content:
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
field_body_paragraph: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue