forked from MapComplete/MapComplete
Docs: add typing for credits in layerconfig
This commit is contained in:
parent
68c5fb853a
commit
40678a2eb3
1 changed files with 14 additions and 1 deletions
|
@ -626,5 +626,18 @@ export interface LayerConfigJson {
|
|||
/**
|
||||
* group: hidden
|
||||
*/
|
||||
"#dont-translate"?: "*"
|
||||
"#dont-translate"?: "*",
|
||||
|
||||
/**
|
||||
* group: hidden
|
||||
* Who created this theme?
|
||||
* Set by studio
|
||||
*/
|
||||
credits: string
|
||||
/**
|
||||
* group: hidden
|
||||
* Who created this theme?
|
||||
* Set by studio
|
||||
*/
|
||||
"credits:uid":number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue