Resolve #3427755 "Ckeditor 5 paste"
parent
66d272d6
No related branches found
No related tags found
Showing
- composer.json 28 additions, 9 deletionscomposer.json
- modules/sector_text_formats/config/install/editor.editor.sector_basic_html.yml 78 additions, 3 deletions...ormats/config/install/editor.editor.sector_basic_html.yml
- modules/sector_text_formats/config/install/editor.editor.sector_full_html.yml 78 additions, 3 deletions...formats/config/install/editor.editor.sector_full_html.yml
- modules/sector_text_formats/config/install/editor.editor.sector_restricted_basic_html.yml 73 additions, 0 deletions...ig/install/editor.editor.sector_restricted_basic_html.yml
- modules/sector_text_formats/sector_text_formats.info.yml 2 additions, 1 deletionmodules/sector_text_formats/sector_text_formats.info.yml
- sector.info.yml 1 addition, 0 deletionssector.info.yml
... | ... | @@ -18,6 +18,7 @@ |
"drupal/blockgroup": "^2.0", | ||
"drupal/ckeditor5_show_block": "^1.9", | ||
"drupal/ckeditor_link_styles": "^1.0", | ||
"drupal/ckeditor5_paste_filter": "^1.0", | ||
"drupal/color_field": "^3.0", | ||
"drupal/config_update": "^2.0@alpha", | ||
"drupal/core": "10.2.4", | ||
... | ... | @@ -78,14 +79,30 @@ |
}, | ||
"extra": { | ||
"installer-paths": { | ||
"web/core": ["type:drupal-core"], | ||
"web/libraries/{$name}": ["type:drupal-library"], | ||
"web/modules/contrib/{$name}": ["type:drupal-module"], | ||
"web/profiles/{$name}": ["type:drupal-profile"], | ||
"web/themes/contrib/{$name}": ["type:drupal-theme"], | ||
"web/themes/custom/{$name}": ["type:drupal-custom-theme"], | ||
"web/modules/custom/{$name}": ["type:drupal-custom-module"], | ||
"drush/contrib/{$name}": ["type:drupal-drush"] | ||
"web/core": [ | ||
"type:drupal-core" | ||
], | ||
"web/libraries/{$name}": [ | ||
"type:drupal-library" | ||
], | ||
"web/modules/contrib/{$name}": [ | ||
"type:drupal-module" | ||
], | ||
"web/profiles/{$name}": [ | ||
"type:drupal-profile" | ||
], | ||
"web/themes/contrib/{$name}": [ | ||
"type:drupal-theme" | ||
], | ||
"web/themes/custom/{$name}": [ | ||
"type:drupal-custom-theme" | ||
], | ||
"web/modules/custom/{$name}": [ | ||
"type:drupal-custom-module" | ||
], | ||
"drush/contrib/{$name}": [ | ||
"type:drupal-drush" | ||
] | ||
}, | ||
"enable-patching": true, | ||
"patchLevel": { | ||
... | ... | @@ -127,7 +144,9 @@ |
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8", | ||
"exclude": ["drupal/sector"] | ||
"exclude": [ | ||
"drupal/sector" | ||
] | ||
}, | ||
{ | ||
"type": "composer", | ||
... | ... |
Please register or sign in to comment