mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed defaultValue for sharedViews setting
refs https://github.com/TryGhost/Ghost/issues/10318 - `shared_views` is always an array (Ghost-Admin has handling to revert it to an array if it's anything else) but it's default value was set to an empty object
This commit is contained in:
parent
e9b6e8eca7
commit
05ac53ffa1
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@
|
|||
},
|
||||
"views": {
|
||||
"shared_views": {
|
||||
"defaultValue": "{}"
|
||||
"defaultValue": "[]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue