From c8ff68047fff86bd64dcb4993c22847632c3f402 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 3 Dec 2019 12:43:12 +0300 Subject: [PATCH] new bundle - shopkeeper4-comments --- .../shopkeeper4-comments/1.0/config/routes/comments.yaml | 3 +++ andchir/shopkeeper4-comments/1.0/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 andchir/shopkeeper4-comments/1.0/config/routes/comments.yaml create mode 100644 andchir/shopkeeper4-comments/1.0/manifest.json diff --git a/andchir/shopkeeper4-comments/1.0/config/routes/comments.yaml b/andchir/shopkeeper4-comments/1.0/config/routes/comments.yaml new file mode 100644 index 00000000..ad370be3 --- /dev/null +++ b/andchir/shopkeeper4-comments/1.0/config/routes/comments.yaml @@ -0,0 +1,3 @@ +shopkeeper4_comments: + resource: '@CommentsBundle' + type: annotation diff --git a/andchir/shopkeeper4-comments/1.0/manifest.json b/andchir/shopkeeper4-comments/1.0/manifest.json new file mode 100644 index 00000000..79eef4cf --- /dev/null +++ b/andchir/shopkeeper4-comments/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Andchir\\CommentsBundle\\CommentsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}