Schema:Company: Difference between revisions
Appearance
Update schema via NeoWiki UI |
Update schema via NeoWiki UI |
||
| Line 63: | Line 63: | ||
"type": "color", | "type": "color", | ||
"description": "", | "description": "", | ||
"required": false | "required": false, | ||
"allowedColors": [] | |||
}, | |||
"Another Color": { | |||
"type": "color", | |||
"description": "", | |||
"required": false, | |||
"allowedColors": [ | |||
"#ff0000", | |||
"" | |||
] | |||
} | } | ||
} | } | ||
} | } | ||