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:
parent
f2f40a5f4a
commit
a5751341b6
1 changed files with 2 additions and 1 deletions
|
@ -187,7 +187,8 @@
|
|||
"defaultValue": "true"
|
||||
},
|
||||
"members_from_address": {
|
||||
"defaultValue": "noreply"
|
||||
"defaultValue": "noreply",
|
||||
"flags": "RO"
|
||||
},
|
||||
"stripe_product_name": {
|
||||
"defaultValue": "Ghost Subscription"
|
||||
|
|
Loading…
Add table
Reference in a new issue