Skip to content

Commit

Permalink
Dropped schema for Google Universal Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Nov 19, 2023
1 parent 09cfb90 commit f528598
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/schema/extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
"pattern": "^G-\\w{10}$"
},
{
"title": "Universal Analytics",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
"pattern": "^UA-\\w{9}-\\w$"
},
{
"title": "Unknown property",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
Expand Down Expand Up @@ -448,7 +443,7 @@
"body": {
"analytics": {
"provider": "${1:google}",
"property": "${2:UA-XXXXXXXX-X}"
"property": "${2:G-XXXXXXXXXX}"
}
}
}
Expand Down

0 comments on commit f528598

Please sign in to comment.