Version 1
[yaffs-website] / web / core / modules / image / image.libraries.yml
diff --git a/web/core/modules/image/image.libraries.yml b/web/core/modules/image/image.libraries.yml
new file mode 100644 (file)
index 0000000..a47a2b5
--- /dev/null
@@ -0,0 +1,21 @@
+admin:
+  version: VERSION
+  css:
+    theme:
+      css/image.admin.css: {}
+
+quickedit.inPlaceEditor.image:
+  version: VERSION
+  js:
+    js/editors/image.js: {}
+    js/theme.js: {}
+  css:
+    component:
+      css/editors/image.css: {}
+    theme:
+      css/editors/image.theme.css: {}
+  dependencies:
+    - core/jquery
+    - core/drupal
+    - core/underscore
+    - quickedit/quickedit