Version 1
[yaffs-website] / web / modules / contrib / paragraphs / paragraphs.services.yml
diff --git a/web/modules/contrib/paragraphs/paragraphs.services.yml b/web/modules/contrib/paragraphs/paragraphs.services.yml
new file mode 100755 (executable)
index 0000000..f700392
--- /dev/null
@@ -0,0 +1,5 @@
+services:
+  plugin.manager.paragraphs.behavior:
+    class: Drupal\paragraphs\ParagraphsBehaviorManager
+    parent: default_plugin_manager
+    arguments: ['@entity_type.manager', '@config.factory']