Add recipe for gurtok/seo-bundle (#1784)

* Add recipe for gurtok/seo-bundle

* Added comments for parameters

* Added conflict for try to fixed pipeline

* Rename bundle to GurtokSeoBundle

---------

Co-authored-by: Engineer Green <yurii.borovchuk@growe.com>
This commit is contained in:
Yuriy Borovchuk
2025-05-01 04:20:47 +03:00
committed by GitHub
parent 14d608eedd
commit 25b3e874a2
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
gurtok_seo:
# this switch off validation of meta tags (other case will be validated by MetaTag enum)
allow_custom_meta: false
# this switch on auto inject of meta tags in response
auto_inject_response: false
# this parameter is used to exclude some paths from auto inject of seo response
excluded_paths:
# - /admin
# - /api

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Gurtok\\SeoBundle\\GurtokSeoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"php": "<8.1",
"symfony/framework-bundle": "<6.0"
}
}