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/jquery.once
- - core/drupal
-
- drupal.editor:
- version: VERSION
- js:
- js/editor.js: {}
- dependencies:
- - core/jquery
- - core/drupal
- - core/drupalSettings
- - core/jquery.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
-
- quickedit.inPlaceEditor.formattedText:
- version: VERSION
- js:
- js/editor.formattedTextEditor.js: { attributes: { defer: true } }
- dependencies:
- - quickedit/quickedit
- - editor/drupal.editor
- - core/drupal.ajax
- - core/drupalSettings
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.