forked from MapComplete/MapComplete
Fix: actually search for keywords in theme view
This commit is contained in:
parent
821c1fabd7
commit
cdc1e05499
9 changed files with 193 additions and 95 deletions
|
@ -25,7 +25,7 @@ export class MinimalLayoutInformation {
|
|||
definition?: Translatable
|
||||
mustHaveLanguage?: boolean
|
||||
hideFromOverview?: boolean
|
||||
keywords?: (Translatable | TagRenderingConfigJson)[]
|
||||
keywords?: Record<string, string[]>
|
||||
}
|
||||
/**
|
||||
* Minimal information about a theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue