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:
parent
d5d6a25600
commit
bf80ba924f
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"portal_button": {
|
||||
"defaultValue": "true",
|
||||
"defaultValue": "false",
|
||||
"validations": {
|
||||
"isEmpty": false,
|
||||
"isIn": [["true", "false"]]
|
||||
|
|
Loading…
Add table
Reference in a new issue