mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
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:
9
gurtok/seo-bundle/1.0/config/packages/gurtok_seo.yaml
Normal file
9
gurtok/seo-bundle/1.0/config/packages/gurtok_seo.yaml
Normal 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
|
||||
12
gurtok/seo-bundle/1.0/manifest.json
Normal file
12
gurtok/seo-bundle/1.0/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user