Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / image / image.libraries.yml
1 admin:
2   version: VERSION
3   css:
4     theme:
5       css/image.admin.css: {}
6
7 quickedit.inPlaceEditor.image:
8   version: VERSION
9   js:
10     js/editors/image.js: {}
11     js/theme.js: {}
12   css:
13     component:
14       css/editors/image.css: {}
15     theme:
16       css/editors/image.theme.css: {}
17   dependencies:
18     - core/jquery
19     - core/drupal
20     - core/underscore
21     - quickedit/quickedit