mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added missing PUBLIC flag for logo setting in migration
refs #10318 - `logo` setting should have had the `PUBLIC` flag but it was missed
This commit is contained in:
parent
0a257c4b5d
commit
fa2c9a4da1
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ const flagMapping = [{
|
||||||
}, {
|
}, {
|
||||||
key: 'description',
|
key: 'description',
|
||||||
flags: 'PUBLIC'
|
flags: 'PUBLIC'
|
||||||
|
}, {
|
||||||
|
key: 'logo',
|
||||||
|
flags: 'PUBLIC'
|
||||||
}, {
|
}, {
|
||||||
key: 'accent_color',
|
key: 'accent_color',
|
||||||
flags: 'PUBLIC'
|
flags: 'PUBLIC'
|
||||||
|
|
Loading…
Add table
Reference in a new issue