Add the tour rates footer block with bulma classes making it full width
This commit is contained in:
parent
e703b1d3e7
commit
c46fbf6016
2 changed files with 35 additions and 0 deletions
34
config/block.block.octavia_tourratesfooterblock.yml
Normal file
34
config/block.block.octavia_tourratesfooterblock.yml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
uuid: d460a99c-3297-44e2-ac8c-7f008ad88c24
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
content:
|
||||||
|
- 'block_content:slide:e4459d36-277a-4d51-8b1b-64b798d11d20'
|
||||||
|
module:
|
||||||
|
- block_class
|
||||||
|
- block_content
|
||||||
|
- block_visibility_groups
|
||||||
|
theme:
|
||||||
|
- octavia
|
||||||
|
third_party_settings:
|
||||||
|
block_class:
|
||||||
|
classes: 'image is-fullwidth'
|
||||||
|
id: octavia_tourratesfooterblock
|
||||||
|
theme: octavia
|
||||||
|
region: content_bottom
|
||||||
|
weight: -10
|
||||||
|
provider: null
|
||||||
|
plugin: 'block_content:e4459d36-277a-4d51-8b1b-64b798d11d20'
|
||||||
|
settings:
|
||||||
|
id: 'block_content:e4459d36-277a-4d51-8b1b-64b798d11d20'
|
||||||
|
label: 'Tour rates footer block'
|
||||||
|
label_display: '0'
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: default
|
||||||
|
visibility:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
|
@ -3,6 +3,7 @@ _core:
|
||||||
maxlength_block_class_field: 255
|
maxlength_block_class_field: 255
|
||||||
field_type: multiple_textfields
|
field_type: multiple_textfields
|
||||||
default_case: standard
|
default_case: standard
|
||||||
|
block_classes_stored: '{"image":"image","is-fullwidth":"is-fullwidth"}'
|
||||||
enable_attributes: true
|
enable_attributes: true
|
||||||
enable_auto_complete: true
|
enable_auto_complete: true
|
||||||
qty_classes_per_block: 10
|
qty_classes_per_block: 10
|
||||||
|
|
Loading…
Reference in a new issue