forked from MapComplete/MapComplete
Studio: hide informational message, hide irrelevant quesionts for theme
This commit is contained in:
parent
41aee8ec8f
commit
121efd8dfb
3 changed files with 77 additions and 57 deletions
|
|
@ -20,6 +20,9 @@
|
|||
|
||||
const perRegion: Record<string, ConfigMeta[]> = {}
|
||||
for (const schemaElement of schema) {
|
||||
if(schemaElement.path.length > 1 && schemaElement.path[0] === "layers"){
|
||||
continue
|
||||
}
|
||||
const key = schemaElement.hints.group ?? "no-group"
|
||||
const list = perRegion[key] ?? (perRegion[key] = [])
|
||||
list.push(schemaElement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue