0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed settings test

refs f1aff45dc7

- adds missing default setting for member source tracking
This commit is contained in:
Rishabh 2022-10-27 21:28:21 +05:30
parent b027ed6378
commit 6795e95483

View file

@ -303,6 +303,14 @@
"members_yearly_price_id": { "members_yearly_price_id": {
"defaultValue": null, "defaultValue": null,
"type": "string" "type": "string"
},
"members_track_sources": {
"defaultValue": "true",
"validations": {
"isEmpty": false,
"isIn": [["true", "false"]]
},
"type": "boolean"
} }
}, },
"portal": { "portal": {