diff --git a/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml b/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml new file mode 100644 index 00000000..0dba19fb --- /dev/null +++ b/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml @@ -0,0 +1,3 @@ +comments: + comment_class: App\MainBundle\Document\Comment + status_default: pending 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..4edb88de --- /dev/null +++ b/andchir/shopkeeper4-comments/1.0/config/routes/comments.yaml @@ -0,0 +1,3 @@ +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%/" + } +}