mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Enabled newsletter badge by default
no issue Updated newsletter badge to be shown by default which was previously set to be hidden. Users can still control the visibility via Email settings in Ghost-Admin
This commit is contained in:
parent
cfac18cb32
commit
2d04bfbac9
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@
|
|||
},
|
||||
"newsletter": {
|
||||
"newsletter_show_badge": {
|
||||
"defaultValue": "false",
|
||||
"defaultValue": "true",
|
||||
"validations": {
|
||||
"isEmpty": false,
|
||||
"isIn": [
|
||||
|
|
Loading…
Add table
Reference in a new issue