feat: update schema

This commit is contained in:
Kevin Franklin Kim 2025-06-05 12:13:26 +02:00
parent 740d4981ea
commit 539624ceb3
No known key found for this signature in database

View File

@ -438,6 +438,14 @@
"type": "boolean",
"description": "Enable provider"
},
"accountId": {
"type": "string",
"description": "Google Analytics account id"
},
"propertyId": {
"type": "string",
"description": "Google Analytics property id"
},
"googleConsent": {
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleConsent",
"description": "Google Consent settings"