Compare commits
No commits in common. "576992fc9a7844d1a6b250543706c1deba5c0cd4" and "a6413707d3945a19c540f7fd4a9fa55d336d26ed" have entirely different histories.
576992fc9a
...
a6413707d3
4 changed files with 40 additions and 0 deletions
6
config/sync/ckeditorheight.settings.yml
Normal file
6
config/sync/ckeditorheight.settings.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: ocjcQr-U0K6oGgiak8JMZVD9LAKNesDbQ9nRfTsq5ks
|
||||||
|
offset: 1.0
|
||||||
|
line_height: 1.5
|
||||||
|
unit: em
|
||||||
|
disable_autogrow: false
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: fea0c8df-8eb3-416d-85c5-6d33138ecd85
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- ckeditor
|
||||||
|
id: config_sync.module.ckeditor
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: ckeditor
|
||||||
|
items: { }
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 33e8f083-bfe1-405c-bd32-53a7ca7b6891
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- ckeditorheight
|
||||||
|
id: config_sync.module.ckeditorheight
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: ckeditorheight
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: ckeditorheight.settings
|
||||||
|
data:
|
||||||
|
offset: 1
|
||||||
|
line_height: 1.5
|
||||||
|
unit: em
|
||||||
|
disable_autogrow: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: ocjcQr-U0K6oGgiak8JMZVD9LAKNesDbQ9nRfTsq5ks
|
||||||
|
|
@ -16,7 +16,9 @@ module:
|
||||||
charts: 0
|
charts: 0
|
||||||
charts_chartjs: 0
|
charts_chartjs: 0
|
||||||
checklistapi: 0
|
checklistapi: 0
|
||||||
|
ckeditor: 0
|
||||||
ckeditor5: 0
|
ckeditor5: 0
|
||||||
|
ckeditorheight: 0
|
||||||
classitup: 0
|
classitup: 0
|
||||||
comment: 0
|
comment: 0
|
||||||
components: 0
|
components: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue