diff --git a/RECIPES.md b/RECIPES.md index b1a289fc..d51e85c0 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -230,6 +230,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [gpslab/domain-event-bundle](https://packagist.org/packages/gpslab/domain-event-bundle) | [2.2](gpslab/domain-event-bundle/2.2) | | [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) | | [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) | +| [gurtok/seo-bundle](https://packagist.org/packages/gurtok/seo-bundle) | [1.0](gurtok/seo-bundle/1.0) | | [hans-peter-ording/nflfastr-symfony-bundle](https://packagist.org/packages/hans-peter-ording/nflfastr-symfony-bundle) | [0.9](hans-peter-ording/nflfastr-symfony-bundle/0.9) | | [happyr/entity-exists-validation-constraint](https://packagist.org/packages/happyr/entity-exists-validation-constraint) | [1.0](happyr/entity-exists-validation-constraint/1.0) | | [happyr/json-api-response-factory](https://packagist.org/packages/happyr/json-api-response-factory) | [0.1](happyr/json-api-response-factory/0.1) | diff --git a/archived/gurtok.seo-bundle/93ab55f86453f83a321956096a0710f595254c95.json b/archived/gurtok.seo-bundle/93ab55f86453f83a321956096a0710f595254c95.json new file mode 100644 index 00000000..1212f378 --- /dev/null +++ b/archived/gurtok.seo-bundle/93ab55f86453f83a321956096a0710f595254c95.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "gurtok/seo-bundle": { + "manifest": { + "bundles": { + "Gurtok\\SeoBundle\\GurtokSeoBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "php": "<8.1", + "symfony/framework-bundle": "<6.0" + } + }, + "files": { + "config/packages/gurtok_seo.yaml": { + "contents": [ + "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", + "" + ], + "executable": false + } + }, + "ref": "93ab55f86453f83a321956096a0710f595254c95" + } + } +} diff --git a/gurtok.seo-bundle.1.0.json b/gurtok.seo-bundle.1.0.json new file mode 100644 index 00000000..1212f378 --- /dev/null +++ b/gurtok.seo-bundle.1.0.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "gurtok/seo-bundle": { + "manifest": { + "bundles": { + "Gurtok\\SeoBundle\\GurtokSeoBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "php": "<8.1", + "symfony/framework-bundle": "<6.0" + } + }, + "files": { + "config/packages/gurtok_seo.yaml": { + "contents": [ + "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", + "" + ], + "executable": false + } + }, + "ref": "93ab55f86453f83a321956096a0710f595254c95" + } + } +} diff --git a/index.json b/index.json index df28888d..ca372eea 100644 --- a/index.json +++ b/index.json @@ -723,6 +723,9 @@ "gpslab/pagination-bundle": [ "1.2" ], + "gurtok/seo-bundle": [ + "1.0" + ], "hans-peter-ording/nflfastr-symfony-bundle": [ "0.9" ], @@ -2206,6 +2209,12 @@ "symfony/framework-bundle": "<5.3" } }, + "gurtok/seo-bundle": { + "1.0": { + "php": "<8.1", + "symfony/framework-bundle": "<6.0" + } + }, "jane-php/json-schema": { "6.0": { "symfony/symfony": "<5.0"