
| Current Path : /var/www/html/pallets/web/core/modules/ckeditor5/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/pallets/web/core/modules/ckeditor5/ckeditor5.services.yml |
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'
- '@?plugin.manager.ckeditor.plugin'
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 }