0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Updated default visibility for membersjs button

no issue

- The membersjs default trigger button was set to be visible by default, even behind dev flag
- This changes the default visibility to false so it needs to be switched on from Admin to be visible on screen
This commit is contained in:
Rish 2020-07-06 10:46:07 +05:30
parent d5d6a25600
commit bf80ba924f

View file

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