mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add mappingIgnoredTags property to SCBackend
This commit is contained in:
committed by
Wieland Schöbl
parent
9ca7870183
commit
149f3ffff1
@@ -37,6 +37,13 @@ export interface SCBackendConfiguration {
|
|||||||
*/
|
*/
|
||||||
hiddenTypes: SCThingType[];
|
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
|
* Maximum number of queries, that can be used in MultiSearchRoute
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user