forked from MapComplete/MapComplete
Themes: improve ability of 'rewrite' config
This commit is contained in:
parent
5da895276c
commit
f015604000
5 changed files with 335 additions and 161 deletions
|
@ -47,5 +47,6 @@ export default interface RewritableConfigJson<T> {
|
|||
sourceString: string[]
|
||||
into: (string | any)[][]
|
||||
}
|
||||
renderings: T
|
||||
subexpand?: Record<string, string[]>
|
||||
renderings: T | T[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue