mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Dropped schema for Google Universal Analytics
This commit is contained in:
parent
09cfb90a0e
commit
f528598540
@ -40,11 +40,6 @@
|
|||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
|
||||||
"pattern": "^G-\\w{10}$"
|
"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",
|
"title": "Unknown property",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
|
||||||
@ -448,7 +443,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"analytics": {
|
"analytics": {
|
||||||
"provider": "${1:google}",
|
"provider": "${1:google}",
|
||||||
"property": "${2:UA-XXXXXXXX-X}"
|
"property": "${2:G-XXXXXXXXXX}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user