Add new taginfo project files
This commit is contained in:
parent
f3aea74df5
commit
253069b534
15 changed files with 575 additions and 244 deletions
|
@ -63,6 +63,7 @@ export class AllKnownLayouts {
|
|||
private static AllLayouts(): Map<string, LayoutConfig> {
|
||||
const dict: Map<string, LayoutConfig> = new Map();
|
||||
for (const layoutConfigJson of known_themes.themes) {
|
||||
// @ts-ignore
|
||||
const layout = new LayoutConfig(layoutConfigJson, true)
|
||||
|
||||
if (layout.id === "cyclofix") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue