mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added color
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
This commit is contained in:
parent
78d322b935
commit
adb176f5b2
1 changed files with 2 additions and 1 deletions
|
@ -679,7 +679,8 @@ module.exports = {
|
||||||
validations: {
|
validations: {
|
||||||
isIn: [[
|
isIn: [[
|
||||||
'select',
|
'select',
|
||||||
'boolean'
|
'boolean',
|
||||||
|
'color'
|
||||||
]]
|
]]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue