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:
parent
b027ed6378
commit
6795e95483
1 changed files with 8 additions and 0 deletions
|
@ -303,6 +303,14 @@
|
|||
"members_yearly_price_id": {
|
||||
"defaultValue": null,
|
||||
"type": "string"
|
||||
},
|
||||
"members_track_sources": {
|
||||
"defaultValue": "true",
|
||||
"validations": {
|
||||
"isEmpty": false,
|
||||
"isIn": [["true", "false"]]
|
||||
},
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"portal": {
|
||||
|
|
Loading…
Reference in a new issue