mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Revert "Updated default visibility for membersjs button"
This reverts commit bf80ba924f
.
- New sites should have the portal enabled and shown by default when they enable members (behind dev flag currently)
This commit is contained in:
parent
f65c425786
commit
27379b76e4
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"portal_button": {
|
"portal_button": {
|
||||||
"defaultValue": "false",
|
"defaultValue": "true",
|
||||||
"validations": {
|
"validations": {
|
||||||
"isEmpty": false,
|
"isEmpty": false,
|
||||||
"isIn": [["true", "false"]]
|
"isIn": [["true", "false"]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue