0
Fork 0
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:
Kevin Ansfield 2020-06-30 11:58:11 +01:00 committed by Daniel Lockyer
parent 0a257c4b5d
commit fa2c9a4da1

View file

@ -108,6 +108,9 @@ const flagMapping = [{
}, {
key: 'description',
flags: 'PUBLIC'
}, {
key: 'logo',
flags: 'PUBLIC'
}, {
key: 'accent_color',
flags: 'PUBLIC'