forked from MapComplete/MapComplete
Docs: move 'invalidValues' to correct level in the config
This commit is contained in:
parent
4c0c3fb7a3
commit
5544f95233
1 changed files with 9 additions and 7 deletions
|
@ -267,13 +267,7 @@ export interface QuestionableTagRenderingConfigJson extends TagRenderingConfigJs
|
||||||
* group: expert
|
* group: expert
|
||||||
*/
|
*/
|
||||||
default?: string
|
default?: string
|
||||||
/**
|
|
||||||
* question: What tag combintations key should be interpreted as 'unknown'?
|
|
||||||
* For example, if a feature has `shop=yes`, the question 'what type of shop is this?' should still asked
|
|
||||||
* ifunset: The question will be considered answered if any value is set for the key
|
|
||||||
* group: expert
|
|
||||||
*/
|
|
||||||
invalidValues?: TagConfigJson
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* question: If this key shared and distinguished by a postfix, what is the postfix?
|
* question: If this key shared and distinguished by a postfix, what is the postfix?
|
||||||
|
@ -335,4 +329,12 @@ export interface QuestionableTagRenderingConfigJson extends TagRenderingConfigJs
|
||||||
* question: What tags should be applied when the object is soft-deleted?
|
* question: What tags should be applied when the object is soft-deleted?
|
||||||
*/
|
*/
|
||||||
onSoftDelete?: string[]
|
onSoftDelete?: string[]
|
||||||
|
|
||||||
|
/**
|
||||||
|
* question: What tag combintations key should be interpreted as 'unknown'?
|
||||||
|
* For example, if a feature has `shop=yes`, the question 'what type of shop is this?' should still asked
|
||||||
|
* ifunset: The question will be considered answered if any value is set for the key
|
||||||
|
* group: expert
|
||||||
|
*/
|
||||||
|
invalidValues?: TagConfigJson
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue