forked from MapComplete/MapComplete
Some work on NSI
This commit is contained in:
parent
1dc7c2a45b
commit
d719d0e1be
4 changed files with 112 additions and 77 deletions
|
@ -1091,6 +1091,9 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
|
|||
)
|
||||
}
|
||||
}
|
||||
if(json.freeform.type === "nsi"){
|
||||
throw "Should validate NSI: path should exist"
|
||||
}
|
||||
}
|
||||
if (json.render && json["question"] && json.freeform === undefined) {
|
||||
context.err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue