+
System
+
+
Core{s.core.name} v{s.core.version}
+
Site{s.site || '—'}
+
Auth{s.auth}
+
Hugo{s.hugo}
+
+
Plugins {s.plugins.length}
+ {s.plugins.length
+ ?
{s.plugins.map((p) => (
+ - {p.name}{p.routes} Routen · {p.migrations} Migration(en)
+ ))}
+ :
Keine Plugins aktiv.
}
+
Content-Modell {s.collections.length}
+
{s.collections.map((c) => (
+ - {c.label}{c.kind} · {c.fields} Felder{c.statKey ? ` · ${c.statKey}` : ''}
+ ))}
+
openbureau-core fährt diese Site. Plugins & Content-Modell kommen aus der Site-Config.
+