forked from MapComplete/MapComplete
Documentation updates, patches image paths in themes to load remote images from Github
This commit is contained in:
parent
0abaf5c139
commit
882e2c4aa9
8 changed files with 93 additions and 18 deletions
|
@ -10,7 +10,7 @@ export class AllKnownLayouts {
|
|||
public static layoutsList: LayoutConfig[] = AllKnownLayouts.GenerateOrderedList(AllKnownLayouts.allKnownLayouts);
|
||||
|
||||
private static GenerateOrderedList(allKnownLayouts: Map<string, LayoutConfig>): LayoutConfig[] {
|
||||
const keys = ["personal", "cyclofix", "bookcases", "toilets", "aed"]
|
||||
const keys = ["personal", "cyclofix", "hailhydrant", "bookcases", "toilets", "aed"]
|
||||
const list = []
|
||||
for (const key of keys) {
|
||||
list.push(allKnownLayouts.get(key))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue