mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -465,6 +465,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) |
|
||||
| [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) |
|
||||
| [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [4.6](sentry/sentry-symfony/4.6) |
|
||||
| [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) |
|
||||
| [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) |
|
||||
| [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [1.0](shopware/app-bundle/1.0) |
|
||||
| [siganushka/generic-bundle](https://packagist.org/packages/siganushka/generic-bundle) | [0.3](siganushka/generic-bundle/0.3) |
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"setono/google-analytics-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Setono\\GoogleAnalyticsBundle\\SetonoGoogleAnalyticsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_ANALYTICS_MEASUREMENT_ID": "YOUR_GOOGLE_ANALYTICS_MEASUREMENT_ID"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/setono_google_analytics.yaml": {
|
||||
"contents": [
|
||||
"setono_google_analytics:",
|
||||
" gtag:",
|
||||
" properties:",
|
||||
" - measurement_id: '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%'",
|
||||
"",
|
||||
" # If you want to use tag manager instead of gtag, just remove the lines above and enable tag_manager below",
|
||||
" # tag_manager:",
|
||||
" # containers:",
|
||||
" # - container_id: '%env(GOOGLE_ANALYTICS_CONTAINER_ID)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7f094361ae83e1a17b50db04082131023ca5443b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1466,6 +1466,9 @@
|
||||
"4.0",
|
||||
"4.6"
|
||||
],
|
||||
"setono/google-analytics-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"sg/datatablesbundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"setono/google-analytics-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Setono\\GoogleAnalyticsBundle\\SetonoGoogleAnalyticsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_ANALYTICS_MEASUREMENT_ID": "YOUR_GOOGLE_ANALYTICS_MEASUREMENT_ID"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/setono_google_analytics.yaml": {
|
||||
"contents": [
|
||||
"setono_google_analytics:",
|
||||
" gtag:",
|
||||
" properties:",
|
||||
" - measurement_id: '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%'",
|
||||
"",
|
||||
" # If you want to use tag manager instead of gtag, just remove the lines above and enable tag_manager below",
|
||||
" # tag_manager:",
|
||||
" # containers:",
|
||||
" # - container_id: '%env(GOOGLE_ANALYTICS_CONTAINER_ID)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7f094361ae83e1a17b50db04082131023ca5443b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user