From 39a7f8338ff22a1371821aba2ed7590d14b3217a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Feb 2025 13:16:02 -0500 Subject: [PATCH] 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 --- .../block.block.exposedformsearchpage_1.yml | 4 ++++ config/sync/block_class.settings.yml | 23 +++++++++++++++++++ config/sync/core.extension.yml | 1 + 3 files changed, 28 insertions(+) create mode 100644 config/sync/block_class.settings.yml diff --git a/config/sync/block.block.exposedformsearchpage_1.yml b/config/sync/block.block.exposedformsearchpage_1.yml index 9bb853c..6117e9c 100644 --- a/config/sync/block.block.exposedformsearchpage_1.yml +++ b/config/sync/block.block.exposedformsearchpage_1.yml @@ -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 diff --git a/config/sync/block_class.settings.yml b/config/sync/block_class.settings.yml new file mode 100644 index 0000000..a1edf50 --- /dev/null +++ b/config/sync/block_class.settings.yml @@ -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: '[]' diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index cf89255..e9586f0 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -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