Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
|
|
|
services:
|
|
|
|
plugin.manager.ckeditor5.plugin:
|
|
|
|
class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
|
|
|
|
parent: default_plugin_manager
|
|
|
|
# @todo Remove in Drupal 11: https://www.drupal.org/project/ckeditor5/issues/3239012
|
|
|
|
plugin.manager.ckeditor4to5upgrade.plugin:
|
|
|
|
public: false
|
|
|
|
class: Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginManager
|
|
|
|
parent: default_plugin_manager
|
|
|
|
ckeditor5.smart_default_settings:
|
|
|
|
class: Drupal\ckeditor5\SmartDefaultSettings
|
|
|
|
arguments:
|
|
|
|
- '@plugin.manager.ckeditor5.plugin'
|
|
|
|
- '@plugin.manager.ckeditor4to5upgrade.plugin'
|
Issue #3245967 by bnjmnm, Wim Leers, nod_, lauriii, tim.plunkett, andregp, Antoniya, AaronMcHale, rkoller, cedewey, worldlinemine, shaal: Messages upon switching to CKEditor 5 are overwhelming
2022-07-14 19:09:53 +00:00
|
|
|
- '@logger.channel.ckeditor5'
|
|
|
|
- '@module_handler'
|
|
|
|
- '@current_user'
|
2022-03-04 07:24:49 +00:00
|
|
|
ckeditor5.stylesheets.message:
|
|
|
|
class: Drupal\ckeditor5\CKEditor5StylesheetsMessage
|
|
|
|
arguments:
|
|
|
|
- '@theme_handler'
|
|
|
|
- '@config.factory'
|
|
|
|
ckeditor5.ckeditor5_cache_tag:
|
|
|
|
class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
|
|
|
|
arguments: ['@cache_tags.invalidator']
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
Issue #3245967 by bnjmnm, Wim Leers, nod_, lauriii, tim.plunkett, andregp, Antoniya, AaronMcHale, rkoller, cedewey, worldlinemine, shaal: Messages upon switching to CKEditor 5 are overwhelming
2022-07-14 19:09:53 +00:00
|
|
|
logger.channel.ckeditor5:
|
|
|
|
parent: logger.channel_base
|
|
|
|
arguments: [ 'ckeditor5' ]
|