image.libraries.yml 382 B

123456789101112131415161718192021
  1. admin:
  2. version: VERSION
  3. css:
  4. theme:
  5. css/image.admin.css: {}
  6. quickedit.inPlaceEditor.image:
  7. version: VERSION
  8. js:
  9. js/editors/image.js: {}
  10. js/theme.js: {}
  11. css:
  12. component:
  13. css/editors/image.css: {}
  14. theme:
  15. css/editors/image.theme.css: {}
  16. dependencies:
  17. - core/jquery
  18. - core/drupal
  19. - core/underscore
  20. - quickedit/quickedit