Version 1
[yaffs-website] / web / modules / contrib / entity_embed / composer.json
diff --git a/web/modules/contrib/entity_embed/composer.json b/web/modules/contrib/entity_embed/composer.json
new file mode 100644 (file)
index 0000000..c10ecf4
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "name": "drupal/entity_embed",
+  "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
+  "type": "drupal-module",
+  "homepage": "https://www.drupal.org/project/entity_embed",
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/entity_embed",
+    "irc": "irc://irc.freenode.org/drupal-media"
+  },
+  "license": "GPL-2.0+"
+}