Commit config snapshots
This commit is contained in:
parent
ea4b68b010
commit
31a9e3d960
4 changed files with 75 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: cf5f4889-9e96-4862-b88e-f7f56dc97134
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- crop
|
||||||
|
id: config_sync.module.crop
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: crop
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: crop.settings
|
||||||
|
data:
|
||||||
|
flush_derivative_images: true
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: cf6a25be-f439-46ea-8487-26d740213810
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- focal_point
|
||||||
|
id: config_sync.module.focal_point
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: focal_point
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: crop.type.focal_point
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
label: 'Focal point'
|
||||||
|
id: focal_point
|
||||||
|
description: 'Crop type used by Focal point module.'
|
||||||
|
aspect_ratio: ''
|
||||||
|
soft_limit_width: null
|
||||||
|
soft_limit_height: null
|
||||||
|
hard_limit_width: null
|
||||||
|
hard_limit_height: null
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: focal_point.settings
|
||||||
|
data:
|
||||||
|
crop_type: focal_point
|
||||||
|
default_value: '50,50'
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 1bbaa45e-0ecf-4037-b95b-f2a6ae0365ef
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- menu_block
|
||||||
|
id: config_sync.module.menu_block
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: menu_block
|
||||||
|
items: { }
|
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: f7497964-38de-460f-813f-c1925b00d24e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- webform_scheduled_email
|
||||||
|
id: config_sync.module.webform_scheduled_email
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: webform_scheduled_email
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: webform_scheduled_email.settings
|
||||||
|
data:
|
||||||
|
schedule_type: date
|
Loading…
Reference in a new issue