Add purge-child-class class to tour rates footer block
This commit is contained in:
parent
c46fbf6016
commit
3a75f62b6f
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ dependencies:
|
||||||
- octavia
|
- octavia
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
block_class:
|
block_class:
|
||||||
classes: 'image is-fullwidth'
|
classes: 'image is-fullwidth purge-child-class'
|
||||||
id: octavia_tourratesfooterblock
|
id: octavia_tourratesfooterblock
|
||||||
theme: octavia
|
theme: octavia
|
||||||
region: content_bottom
|
region: content_bottom
|
||||||
|
|
|
@ -3,7 +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"}'
|
block_classes_stored: '{"image":"image","is-fullwidth":"is-fullwidth","purge-child-class":"purge-child-class"}'
|
||||||
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