Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-07-19 07:28:16 +00:00
parent c5b1c989fc
commit 8ad57d4d07
4 changed files with 78 additions and 0 deletions
+1
View File
@@ -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"
}
}
}
+3
View File
@@ -1466,6 +1466,9 @@
"4.0",
"4.6"
],
"setono/google-analytics-bundle": [
"1.0"
],
"sg/datatablesbundle": [
"1.0"
],
+37
View File
@@ -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"
}
}
}