use type json for select-color preset option field (#12192)

This commit is contained in:
Azri Kahar
2022-03-16 21:36:34 +08:00
committed by GitHub
parent d82eb5243c
commit b114dc0ad4

View File

@@ -27,7 +27,7 @@ export default defineInterface({
{
field: 'presets',
name: '$t:interfaces.select-color.preset_colors',
type: 'string',
type: 'json',
meta: {
width: 'full',
interface: 'list',