Move reference plugin to examples/scheduling-plugin; plugins/ ships empty as a drop-in mount point, e2e bind-mounts the example

This commit is contained in:
2026-06-27 00:02:26 +02:00
parent d8cf257940
commit fe97c3854a
19 changed files with 44 additions and 21 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);
}