Skip to content

Commit

Permalink
Update core.entity_view_display.node.event.default.yml
Browse files Browse the repository at this point in the history
expose title field in regions and add custom class to hide it from display
fixes indexing issues for onesearch
  • Loading branch information
belray authored Jan 29, 2024
1 parent e9238c3 commit 5ecbd1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/optional/core.entity_view_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,25 @@ third_party_settings:
label: ''
regions:
content:
- node_title
- 'dynamic_block_field:node-workshops_detail_block'
fields:
'dynamic_block_field:node-workshops_detail_block':
plugin_id: 'dynamic_block_field:node-workshops_detail_block'
weight: 1
label: hidden
formatter: default
node_title:
plugin_id: node_title
weight: 0
label: hidden
formatter: default
settings:
link: false
'link class': ''
link_target: ''
wrapper: h2
class: hide-field
_core:
default_config_hash: jNZoWfDCuDIyW2U2mkNJDDvVKnbo2lmoyJV0piHRiIg
id: node.event.default
Expand Down

0 comments on commit 5ecbd1e

Please sign in to comment.