mirror of
https://github.com/directus/directus.git
synced 2026-02-16 07:14:57 -05:00
use type json for select-color preset option field (#12192)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user