config/ becomes an empty drop-in mount; examples/ mirrors the mount dirs; plugins & config import the host via #plugin-api/#menu-config subpath imports

This commit is contained in:
2026-07-01 23:19:29 +02:00
parent 4adf14f386
commit 2202bdbaa0
22 changed files with 111 additions and 48 deletions
@@ -0,0 +1,6 @@
/* Scheduling plugin styles — served at /public/scheduling/scheduling.css (per-plugin static),
linked via the shell `styles` slot. The core design system already styles every building block,
so a plugin only adds what's domain-specific, scoped under its own page class (.scheduling-page). */
.scheduling-page .table-wrap {
margin-top: var(--space-3, 0.75rem);
}