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:
parent
2748ed6d0a
commit
41c21f501d
1 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,8 @@ module.exports = {
|
|||
isIn: [[
|
||||
'select',
|
||||
'boolean',
|
||||
'color'
|
||||
'color',
|
||||
'text'
|
||||
]]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue