Enable & configure block class module and set search bar to be hidden on mobile
We have a search icon that already appears only on mobile. Ref #114 #121
This commit is contained in:
parent
bbf449150d
commit
39a7f8338f
3 changed files with 28 additions and 0 deletions
|
@ -5,10 +5,14 @@ dependencies:
|
|||
config:
|
||||
- views.view.search
|
||||
module:
|
||||
- block_class
|
||||
- block_visibility_groups
|
||||
- views
|
||||
theme:
|
||||
- geofresco
|
||||
third_party_settings:
|
||||
block_class:
|
||||
classes: is-hidden-mobile
|
||||
id: exposedformsearchpage_1
|
||||
theme: geofresco
|
||||
region: header_search
|
||||
|
|
23
config/sync/block_class.settings.yml
Normal file
23
config/sync/block_class.settings.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
_core:
|
||||
default_config_hash: XEpuHrBp3DELKxVx0tmwE6CS7NSIKXu4F6QhT_vwqd0
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: lowercase
|
||||
block_classes_stored:
|
||||
- is-hidden-mobile
|
||||
enable_attributes: true
|
||||
enable_auto_complete: true
|
||||
qty_classes_per_block: 10
|
||||
items_per_page: 50
|
||||
enable_special_chars: false
|
||||
qty_attributes_per_block: 10
|
||||
enable_id_replacement: true
|
||||
weight_attributes: null
|
||||
weight_class: null
|
||||
weight_id: null
|
||||
filter_html_clean_css_identifier: ''
|
||||
maxlength_attributes: 255
|
||||
maxlength_id: 255
|
||||
attribute_keys_stored: '[]'
|
||||
attribute_value_stored: '[]'
|
||||
attributes_inline: '[]'
|
|
@ -9,6 +9,7 @@ module:
|
|||
automated_cron: 0
|
||||
autosave_form: 0
|
||||
block: 0
|
||||
block_class: 0
|
||||
block_content: 0
|
||||
block_visibility_groups: 0
|
||||
breakpoint: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue