From 45d8f53673cc6244fe017ba358146a69e9ed419b Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Tue, 27 Feb 2024 09:49:14 -0800 Subject: [PATCH] Enable block class module --- config/block_class.settings.yml | 18 ++++++++++++++++++ config/core.extension.yml | 1 + 2 files changed, 19 insertions(+) create mode 100644 config/block_class.settings.yml diff --git a/config/block_class.settings.yml b/config/block_class.settings.yml new file mode 100644 index 0000000..1cd80c3 --- /dev/null +++ b/config/block_class.settings.yml @@ -0,0 +1,18 @@ +_core: + default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ +default_case: standard +enable_attributes: true +enable_auto_complete: true +enable_id_replacement: true +enable_special_chars: false +field_type: multiple_textfields +filter_html_clean_css_identifier: '' +items_per_page: 50 +qty_attributes_per_block: 10 +qty_classes_per_block: 10 +maxlength_attributes: false +maxlength_block_class_field: 255 +maxlength_id: 255 +weight_attributes: 0 +weight_class: 0 +weight_id: 0 diff --git a/config/core.extension.yml b/config/core.extension.yml index cb8339d..975fdd8 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -10,6 +10,7 @@ module: automated_crop: 0 autosave_form: 0 block: 0 + block_class: 0 block_content: 0 block_visibility_groups: 0 breakpoint: 0