Remove the resource block promoted block and update title and description of resource and event views
This commit is contained in:
parent
cf93f3af2f
commit
9798caca75
6 changed files with 16 additions and 42 deletions
|
@ -2,6 +2,9 @@ uuid: 19b15e56-a362-4403-aae6-1a8b14c67b4e
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_class
|
||||||
|
- block_visibility_groups
|
||||||
theme:
|
theme:
|
||||||
- octavia
|
- octavia
|
||||||
_core:
|
_core:
|
||||||
|
@ -17,4 +20,8 @@ settings:
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: core
|
provider: core
|
||||||
visibility: { }
|
visibility:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
uuid: 85f5cd0f-5f12-4834-8f59-c5cce8c19e52
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- block_visibility_groups.block_visibility_group.home_page
|
|
||||||
- views.view.resource
|
|
||||||
module:
|
|
||||||
- block_visibility_groups
|
|
||||||
- views
|
|
||||||
theme:
|
|
||||||
- octavia
|
|
||||||
_core:
|
|
||||||
default_config_hash: DI69rTS0Bj5-RjyySaiyHvjBZH04xxsO7tSJ0CVfVdU
|
|
||||||
id: views_block__resource_block_promoted
|
|
||||||
theme: octavia
|
|
||||||
region: content
|
|
||||||
weight: -14
|
|
||||||
provider: null
|
|
||||||
plugin: 'views_block:resource-block_promoted'
|
|
||||||
settings:
|
|
||||||
id: 'views_block:resource-block_promoted'
|
|
||||||
label: ''
|
|
||||||
label_display: visible
|
|
||||||
provider: views
|
|
||||||
views_label: ''
|
|
||||||
items_per_page: none
|
|
||||||
visibility:
|
|
||||||
condition_group:
|
|
||||||
id: condition_group
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
block_visibility_group: home_page
|
|
|
@ -221,7 +221,7 @@ display:
|
||||||
type: normal
|
type: normal
|
||||||
title: Blog
|
title: Blog
|
||||||
description: ''
|
description: ''
|
||||||
weight: -48
|
weight: -47
|
||||||
enabled: true
|
enabled: true
|
||||||
expanded: false
|
expanded: false
|
||||||
menu_name: main
|
menu_name: main
|
||||||
|
|
|
@ -341,9 +341,9 @@ display:
|
||||||
path: events
|
path: events
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
title: 'Scheduled Group Tours'
|
title: 'Packaged Guided Tours'
|
||||||
description: 'See a listing of our events.'
|
description: 'In addition to Private Day Tours, we offer several Packaged Guided Tours'
|
||||||
weight: -49
|
weight: -47
|
||||||
enabled: true
|
enabled: true
|
||||||
expanded: false
|
expanded: false
|
||||||
menu_name: main
|
menu_name: main
|
||||||
|
|
|
@ -283,7 +283,7 @@ display:
|
||||||
type: normal
|
type: normal
|
||||||
title: 'People (not used)'
|
title: 'People (not used)'
|
||||||
description: ''
|
description: ''
|
||||||
weight: -41
|
weight: -45
|
||||||
enabled: false
|
enabled: false
|
||||||
expanded: false
|
expanded: false
|
||||||
menu_name: main
|
menu_name: main
|
||||||
|
|
|
@ -262,9 +262,9 @@ display:
|
||||||
path: resources
|
path: resources
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
title: Resources
|
title: Bibliography
|
||||||
description: 'Get connected with our resources.'
|
description: 'Resources about the Olympic Peninsula'
|
||||||
weight: -47
|
weight: -46
|
||||||
enabled: true
|
enabled: true
|
||||||
expanded: false
|
expanded: false
|
||||||
menu_name: main
|
menu_name: main
|
||||||
|
|
Loading…
Reference in a new issue