forked from MapComplete/MapComplete
Studio: UX-improvements after user testing
This commit is contained in:
parent
2041a9245d
commit
44c1548e89
19 changed files with 100 additions and 35 deletions
|
|
@ -3,9 +3,13 @@ import { JsonSchema, JsonSchemaType } from "./jsonSchema"
|
|||
export interface ConfigMeta {
|
||||
path: string[]
|
||||
type: JsonSchemaType | JsonSchema[]
|
||||
/**
|
||||
* All fields are lowercase, as they should be case-insensitive
|
||||
*/
|
||||
hints: {
|
||||
group?: string
|
||||
typehint?: string
|
||||
typehelper?: string
|
||||
/**
|
||||
* If multiple subcategories can be chosen
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue