Skip to content

Commit

Permalink
Add Sylius Robots Txt plugin recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jul 29, 2024
1 parent 3535746 commit c8442c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
resource: '@MonsieurBizSyliusRobotsTxtPlugin/Resources/config/config.yaml'
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
monsieurbiz_robots_txt_render:
path: /robots.txt
methods: [ GET ]
defaults:
_controller: MonsieurBiz\SyliusRobotsTxtPlugin\Controller\RenderController
10 changes: 10 additions & 0 deletions monsieurbiz/sylius-robots-txt-plugin/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bundles": {
"MonsieurBiz\\SyliusRobotsTxtPlugin\\MonsieurBizSyliusRobotsTxtPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit c8442c0

Please sign in to comment.