0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed members default-settings default values

refs #10318
This commit is contained in:
Fabien O'Carroll 2020-06-29 19:34:14 +02:00
parent cd3f8e9e2d
commit bf736717e4

View file

@ -184,10 +184,10 @@
"defaultValue": "public" "defaultValue": "public"
}, },
"members_allow_free_signup": { "members_allow_free_signup": {
"defaultValue": true "defaultValue": "true"
}, },
"members_from_address": { "members_from_address": {
"defaultValue": null "defaultValue": "noreply"
}, },
"stripe_product_name": { "stripe_product_name": {
"defaultValue": "Ghost Subscription" "defaultValue": "Ghost Subscription"