forked from MapComplete/MapComplete
Studio: first draft of layer editing
This commit is contained in:
parent
9661ade80c
commit
069767b9c7
43 changed files with 45374 additions and 5403 deletions
14
UI/Studio/configMeta.ts
Normal file
14
UI/Studio/configMeta.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { JsonSchema, JsonSchemaType } from "./jsonSchema"
|
||||
|
||||
export interface ConfigMeta {
|
||||
path: string[]
|
||||
type: JsonSchemaType | JsonSchema[]
|
||||
hints: {
|
||||
group?: string
|
||||
typehint?: string
|
||||
question?: string
|
||||
ifunset?: string
|
||||
}
|
||||
required: boolean
|
||||
description: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue