Compare commits
6 commits
3a8a081dfa
...
c332b2c01d
Author | SHA1 | Date | |
---|---|---|---|
c332b2c01d | |||
45d8f53673 | |||
0ad2b7f03d | |||
7a6929a69e | |||
a582e99cb3 | |||
26a04f78b8 |
6 changed files with 78 additions and 1 deletions
21
config/asset_injector.css.grid_paragraph_image.yml
Normal file
21
config/asset_injector.css.grid_paragraph_image.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
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
|
18
config/block_class.settings.yml
Normal file
18
config/block_class.settings.yml
Normal file
|
@ -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
|
|
@ -0,0 +1,33 @@
|
|||
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,6 +10,7 @@ module:
|
|||
automated_crop: 0
|
||||
autosave_form: 0
|
||||
block: 0
|
||||
block_class: 0
|
||||
block_content: 0
|
||||
block_visibility_groups: 0
|
||||
breakpoint: 0
|
||||
|
@ -54,6 +55,7 @@ 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,6 +56,9 @@ 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> <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 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>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_html_image_secure:
|
||||
|
|
Loading…
Reference in a new issue