Slightly adjust config on display of topics on pages
This commit is contained in:
parent
d79c79a810
commit
c73fb341cf
2 changed files with 12 additions and 17 deletions
|
@ -28,6 +28,7 @@ third_party_settings:
|
||||||
attributes: ''
|
attributes: ''
|
||||||
link_attribute: ''
|
link_attribute: ''
|
||||||
link_custom: ''
|
link_custom: ''
|
||||||
|
label: ''
|
||||||
regions: { }
|
regions: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: IJqwajtBIucTAaMgGd7kE-hw_HVZOxJuku1ohZjxVUU
|
default_config_hash: IJqwajtBIucTAaMgGd7kE-hw_HVZOxJuku1ohZjxVUU
|
||||||
|
@ -35,19 +36,12 @@ id: node.page.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: page
|
bundle: page
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content: { }
|
||||||
field_topics:
|
|
||||||
type: entity_reference_label
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
field_body_paragraph: true
|
field_body_paragraph: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
|
field_topics: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
|
@ -13,12 +13,13 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
|
- taxonomy
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
layout:
|
layout:
|
||||||
id: ds_1col
|
id: ds_1col
|
||||||
library: ''
|
library: null
|
||||||
disable_css: false
|
disable_css: false
|
||||||
entity_classes: all_classes
|
entity_classes: all_classes
|
||||||
settings:
|
settings:
|
||||||
|
@ -30,10 +31,11 @@ third_party_settings:
|
||||||
attributes: ''
|
attributes: ''
|
||||||
link_attribute: ''
|
link_attribute: ''
|
||||||
link_custom: ''
|
link_custom: ''
|
||||||
path: modules/contrib/ds
|
label: ''
|
||||||
regions:
|
regions:
|
||||||
ds_content:
|
ds_content:
|
||||||
- field_body_paragraph
|
- field_body_paragraph
|
||||||
|
- field_topics
|
||||||
- links
|
- links
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: GWD2zN3yeaHHDWEwl0eHfRw1NBwOIZZBWlgaPWHfDk8
|
default_config_hash: GWD2zN3yeaHHDWEwl0eHfRw1NBwOIZZBWlgaPWHfDk8
|
||||||
|
@ -49,16 +51,15 @@ content:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 0
|
||||||
region: ds_content
|
region: ds_content
|
||||||
field_topics:
|
field_topics:
|
||||||
type: entity_reference_label
|
type: entity_reference_rss_category
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings: { }
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 1
|
||||||
region: middle
|
region: ds_content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
Loading…
Reference in a new issue