0
Fork 0
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:
Rish 2020-07-06 14:11:17 +05:30
parent f65c425786
commit 27379b76e4

View file

@ -280,7 +280,7 @@
"type": "boolean"
},
"portal_button": {
"defaultValue": "false",
"defaultValue": "true",
"validations": {
"isEmpty": false,
"isIn": [["true", "false"]]