Compare commits
6 commits
c46fbf6016
...
99105f8140
Author | SHA1 | Date | |
---|---|---|---|
99105f8140 | |||
f15b931b8a | |||
4bfab4f5a1 | |||
f8792b6f92 | |||
b80a7dfd09 | |||
3a75f62b6f |
10 changed files with 92 additions and 10 deletions
21
config/asset_injector.css.purge_font_size_modifications.yml
Normal file
21
config/asset_injector.css.purge_font_size_modifications.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: b1b17c5f-0612-4cca-888b-35f5d37a6915
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
id: purge_font_size_modifications
|
||||
label: 'Purge font size modifications'
|
||||
code: |-
|
||||
.purge-child-class .is-medium {
|
||||
font-size: 1rem;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
contexts: { }
|
||||
conditions_require_all: true
|
21
config/asset_injector.css.unblock_mountain_banner.yml
Normal file
21
config/asset_injector.css.unblock_mountain_banner.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 7b0d066a-6392-417e-a874-24c44efa2ec7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
id: unblock_mountain_banner
|
||||
label: 'Unblock mountain banner'
|
||||
code: |-
|
||||
div.column:has(#block-octavia-mountainbanner) + div.column {
|
||||
display: none;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
contexts: { }
|
||||
conditions_require_all: true
|
|
@ -3,6 +3,7 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
- system
|
||||
theme:
|
||||
- octavia
|
||||
|
@ -11,7 +12,7 @@ _core:
|
|||
id: octavia_branding
|
||||
theme: octavia
|
||||
region: navbar_branding
|
||||
weight: 0
|
||||
weight: -17
|
||||
provider: null
|
||||
plugin: system_branding_block
|
||||
settings:
|
||||
|
@ -21,5 +22,9 @@ settings:
|
|||
provider: system
|
||||
use_site_logo: true
|
||||
use_site_name: true
|
||||
use_site_slogan: true
|
||||
visibility: { }
|
||||
use_site_slogan: false
|
||||
visibility:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
|
|
31
config/block.block.octavia_mountainbanner.yml
Normal file
31
config/block.block.octavia_mountainbanner.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
uuid: 28dbe5e9-ec53-4d73-abed-a481d2c3b9ef
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:basic:99e0d113-4340-4cfb-b8d7-90ca6b79a651'
|
||||
module:
|
||||
- block_class
|
||||
- block_content
|
||||
- block_visibility_groups
|
||||
theme:
|
||||
- octavia
|
||||
id: octavia_mountainbanner
|
||||
theme: octavia
|
||||
region: header
|
||||
weight: -16
|
||||
provider: null
|
||||
plugin: 'block_content:99e0d113-4340-4cfb-b8d7-90ca6b79a651'
|
||||
settings:
|
||||
id: 'block_content:99e0d113-4340-4cfb-b8d7-90ca6b79a651'
|
||||
label: 'Mountain banner'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
|
@ -9,7 +9,7 @@ _core:
|
|||
id: octavia_page_title
|
||||
theme: octavia
|
||||
region: header
|
||||
weight: 0
|
||||
weight: -15
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
|
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
- octavia
|
||||
third_party_settings:
|
||||
block_class:
|
||||
classes: 'image is-fullwidth'
|
||||
classes: 'image is-fullwidth purge-child-class'
|
||||
id: octavia_tourratesfooterblock
|
||||
theme: octavia
|
||||
region: content_bottom
|
||||
|
|
|
@ -3,7 +3,7 @@ _core:
|
|||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
block_classes_stored: '{"image":"image","is-fullwidth":"is-fullwidth"}'
|
||||
block_classes_stored: '{"image":"image","is-fullwidth":"is-fullwidth","purge-child-class":"purge-child-class"}'
|
||||
enable_attributes: true
|
||||
enable_auto_complete: true
|
||||
qty_classes_per_block: 10
|
||||
|
|
|
@ -63,7 +63,7 @@ settings:
|
|||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
media_media:
|
||||
allow_view_mode_override: false
|
||||
allow_view_mode_override: true
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
|
|
|
@ -2,6 +2,8 @@ uuid: 93056a5a-c628-4a3f-91f9-4ccb5927d6c7
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.media.wide
|
||||
module:
|
||||
- editor
|
||||
- linkit
|
||||
|
@ -36,7 +38,7 @@ filters:
|
|||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href data-entity-type data-entity-uuid data-entity-substitution target="_blank"> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href target="_blank" data-entity-type data-entity-uuid data-entity-substitution> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-view-mode data-caption data-align>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_html_image_secure:
|
||||
|
@ -59,5 +61,7 @@ filters:
|
|||
weight: 100
|
||||
settings:
|
||||
default_view_mode: default
|
||||
allowed_view_modes: { }
|
||||
allowed_view_modes:
|
||||
default: default
|
||||
wide: wide
|
||||
allowed_media_types: { }
|
||||
|
|
|
@ -4,7 +4,7 @@ langcode: en
|
|||
uuid: d8f028a8-f459-47a3-b265-284ba45ec6cc
|
||||
name: 'Experience Olympic'
|
||||
mail: tours@ExperienceOlympic.com
|
||||
slogan: 'Savor the Biodiversity in Olympic on our Wildlife Tours'
|
||||
slogan: ''
|
||||
page:
|
||||
403: ''
|
||||
404: ''
|
||||
|
|
Loading…
Reference in a new issue