Remove unnecessary settings isEnabled in Google Analytics.
This commit is contained in:
7
.vscode/astrowind/config-schema.json
vendored
7
.vscode/astrowind/config-schema.json
vendored
@ -239,14 +239,11 @@
|
||||
"googleAnalytics": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"isEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "null"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["isEnabled", "id"]
|
||||
"required": ["id"]
|
||||
}
|
||||
},
|
||||
"required": ["googleAnalytics"]
|
||||
|
Reference in New Issue
Block a user