Enable GEO citation custom module & configure pseudofield display
... also drop all the deleted separate topic fields from footer display config
This commit is contained in:
parent
724e4c6d3f
commit
d6673f81ba
2 changed files with 9 additions and 9 deletions
|
@ -57,15 +57,9 @@ third_party_settings:
|
||||||
- field_article_type
|
- field_article_type
|
||||||
- field_topics
|
- field_topics
|
||||||
- field_tags
|
- field_tags
|
||||||
|
- geo_citation
|
||||||
- comment
|
- comment
|
||||||
- links
|
- links
|
||||||
footer:
|
|
||||||
- field_practices_tools_strategies
|
|
||||||
- field_movements_struggles
|
|
||||||
- field_institutions_structures
|
|
||||||
- field_economic_sectors
|
|
||||||
- field_regions
|
|
||||||
- field_visions_models
|
|
||||||
fields:
|
fields:
|
||||||
node_post_date:
|
node_post_date:
|
||||||
plugin_id: node_post_date
|
plugin_id: node_post_date
|
||||||
|
@ -82,7 +76,7 @@ content:
|
||||||
comment:
|
comment:
|
||||||
label: above
|
label: above
|
||||||
type: comment_default
|
type: comment_default
|
||||||
weight: 8
|
weight: 9
|
||||||
settings:
|
settings:
|
||||||
pager_id: 0
|
pager_id: 0
|
||||||
view_mode: default
|
view_mode: default
|
||||||
|
@ -150,8 +144,13 @@ content:
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
geo_citation:
|
||||||
|
weight: 8
|
||||||
|
region: right
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
links:
|
links:
|
||||||
weight: 9
|
weight: 10
|
||||||
region: right
|
region: right
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
|
@ -59,6 +59,7 @@ module:
|
||||||
fixed_block_content: 0
|
fixed_block_content: 0
|
||||||
focal_point: 0
|
focal_point: 0
|
||||||
gdpr: 0
|
gdpr: 0
|
||||||
|
geo_citation: 0
|
||||||
geo_upgrade: 0
|
geo_upgrade: 0
|
||||||
hal: 0
|
hal: 0
|
||||||
help: 0
|
help: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue