Skip to content

Commit

Permalink
Add Sylius Analytics Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jul 12, 2023
1 parent d0e8c12 commit 3abe9b6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
imports:
- { resource: "@SetonoSyliusAnalyticsPlugin/Resources/config/app/config.yaml" }

setono_google_analytics:
gtag: ~

# If you want to use tag manager instead of gtag, just remove the line above and remove the comment below
# tag_manager: ~
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
setono_sylius_analytics:
resource: "@SetonoSyliusAnalyticsPlugin/Resources/config/routes.yaml"
8 changes: 8 additions & 0 deletions setono/sylius-analytics-plugin/4.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Setono\\SyliusAnalyticsPlugin\\SetonoSyliusAnalyticsPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 3abe9b6

Please sign in to comment.