This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/ckeditor/ckeditor.libraries.yml

78 lines
1.7 KiB
YAML

drupal.ckeditor:
version: VERSION
js:
js/ckeditor.js: {}
css:
state:
css/ckeditor.css: {}
dependencies:
- core/jquery
- core/drupal
- core/drupal.debounce
- core/ckeditor
- editor/drupal.editor
drupal.ckeditor.plugins.drupalimagecaption:
version: VERSION
css:
component:
css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css: {}
dependencies:
- filter/caption
drupal.ckeditor.admin:
version: VERSION
js:
# Core.
js/ckeditor.admin.js: {}
# Models.
js/models/Model.js: {}
# Views.
js/views/AuralView.js: {}
js/views/KeyboardView.js: {}
js/views/ControllerView.js: {}
js/views/VisualView.js: {}
css:
theme:
css/ckeditor.admin.css: {}
/core/assets/vendor/ckeditor/skins/moono/editor.css: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- core/jquery.once
- core/jquery.ui.sortable
- core/jquery.ui.draggable
- core/jquery.ui.touch-punch
- core/backbone
- core/drupal.dialog
- core/drupal.announce
- core/ckeditor
- editor/drupal.editor.admin
# Ensure to run after core/drupal.vertical-tabs.
- core/drupal.vertical-tabs
drupal.ckeditor.drupalimage.admin:
version: VERSION
js:
js/ckeditor.drupalimage.admin.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
- core/drupal.vertical-tabs
- core/drupalSettings
drupal.ckeditor.stylescombo.admin:
version: VERSION
js:
js/ckeditor.stylescombo.admin.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
- core/drupal.vertical-tabs
- core/drupalSettings
# Ensure to run after ckeditor/drupal.ckeditor.admin.
- ckeditor/drupal.ckeditor.admin