editor.libraries.yml
Same filename in other branches
File
-
core/
modules/ editor/ editor.libraries.yml
View source
- drupal.editor.admin:
- version: VERSION
- js:
- js/editor.admin.js: {}
- dependencies:
- - core/jquery
- - core/once
- - core/drupal
- deprecated: The %library_id% asset library is deprecated in Drupal 10.3.0 and will be removed in Drupal 11.0.0. See https://www.drupal.org/node/3422372
-
- drupal.editor:
- version: VERSION
- js:
- js/editor.js: {}
- dependencies:
- - core/jquery
- - core/drupal
- - core/drupalSettings
- - core/once
- - core/drupal.dialog
-
- drupal.editor.dialog:
- version: VERSION
- js:
- js/editor.dialog.js: {}
- dependencies:
- - core/jquery
- - core/drupal.dialog
- - core/drupal.ajax
- - core/drupalSettings
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.