0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Added text as an allowed setting type

refs https://github.com/TryGhost/Team/issues/1107

- updated schema validation to allow `'color'` through as a known setting type now that Admin has support
This commit is contained in:
Kevin Ansfield 2021-10-14 15:45:33 +01:00
parent 2748ed6d0a
commit 41c21f501d

View file

@ -680,7 +680,8 @@ module.exports = {
isIn: [[
'select',
'boolean',
'color'
'color',
'text'
]]
}
},