feat: add mappingIgnoredTags property to SCBackend

This commit is contained in:
Wieland Schöbl
2019-09-17 10:59:19 +02:00
committed by Wieland Schöbl
parent 9ca7870183
commit 149f3ffff1

View File

@@ -37,6 +37,13 @@ export interface SCBackendConfiguration {
*/
hiddenTypes: SCThingType[];
/**
* A list of tags that will be ignored by the mapping generator
*
* The ignored tags should mainly be tags that are irrelevant to the mapping. The tags should include the '@'.
*/
mappingIgnoredTags: string[];
/**
* Maximum number of queries, that can be used in MultiSearchRoute
*/