Compare commits
No commits in common. "c332b2c01db8ec330c01222562eda87761038fdf" and "3a8a081dfa60795bda8a6ceb2e69c7bd5f3d633b" have entirely different histories.
c332b2c01d
...
3a8a081dfa
6 changed files with 1 additions and 78 deletions
|
@ -1,21 +0,0 @@
|
|||
uuid: 4807a852-0c98-4464-b94a-69f839b9f0c1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_visibility_groups
|
||||
id: grid_paragraph_image
|
||||
label: 'Grid paragraph image'
|
||||
code: |-
|
||||
.grid__item img {
|
||||
width: 100%;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
contexts: { }
|
||||
conditions_require_all: true
|
|
@ -1,18 +0,0 @@
|
|||
_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
|
|
@ -1,33 +0,0 @@
|
|||
uuid: e9d6d472-19ab-4318-a73b-13eaf68ab7e1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_class
|
||||
id: config_sync.module.block_class
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: block_class
|
||||
items:
|
||||
-
|
||||
collection: ''
|
||||
name: block_class.settings
|
||||
data:
|
||||
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
|
||||
_core:
|
||||
default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ
|
|
@ -10,7 +10,6 @@ module:
|
|||
automated_crop: 0
|
||||
autosave_form: 0
|
||||
block: 0
|
||||
block_class: 0
|
||||
block_content: 0
|
||||
block_visibility_groups: 0
|
||||
breakpoint: 0
|
||||
|
@ -55,7 +54,6 @@ module:
|
|||
drutopia_user: 0
|
||||
dynamic_page_cache: 0
|
||||
editor: 0
|
||||
editor_advanced_link: 0
|
||||
entity_reference_revisions: 0
|
||||
exclude_node_title: 0
|
||||
facets: 0
|
||||
|
|
|
@ -56,9 +56,6 @@ settings:
|
|||
- '<h4 id>'
|
||||
- '<h5 id>'
|
||||
- '<h6 id>'
|
||||
editor_advanced_link_link:
|
||||
enabled_attributes:
|
||||
- target
|
||||
linkit_extension:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
|
|
|
@ -36,7 +36,7 @@ filters:
|
|||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href data-entity-type data-entity-uuid data-entity-substitution target="_blank"> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href data-entity-type data-entity-uuid data-entity-substitution> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_html_image_secure:
|
||||
|
|
Loading…
Reference in a new issue