forked from MapComplete/MapComplete
Studio: first working version for basic layer properties
This commit is contained in:
parent
5a49677d5a
commit
f18a2b9184
41 changed files with 4446 additions and 852 deletions
|
|
@ -11,9 +11,13 @@ export interface ConfigMeta {
|
|||
*/
|
||||
types?: string
|
||||
question?: string
|
||||
iftrue?: string
|
||||
iffalse?: string
|
||||
ifunset?: string
|
||||
inline?: string
|
||||
default?: string
|
||||
typesdefault?: string
|
||||
suggestions?: []
|
||||
}
|
||||
required: boolean
|
||||
description: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue