0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Added RO flag to members_from_address

refs #10318

This was incorrectly missing before
This commit is contained in:
Fabien O'Carroll 2020-06-30 13:26:27 +02:00 committed by Fabien 'egg' O'Carroll
parent f2f40a5f4a
commit a5751341b6

View file

@ -187,7 +187,8 @@
"defaultValue": "true"
},
"members_from_address": {
"defaultValue": "noreply"
"defaultValue": "noreply",
"flags": "RO"
},
"stripe_product_name": {
"defaultValue": "Ghost Subscription"