Self management
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-17 22:56:22 +02:00
parent a8853f9fd1
commit 6930a14d6b
15 changed files with 1475 additions and 76 deletions

View File

@@ -3,6 +3,18 @@
declare(strict_types=1);
return [
[
'widget_id' => 'setup-launcher',
'title' => 'Setup',
'icon' => 'ST',
'zone' => 'sidebar',
'default_enabled' => true,
'supports_public_home' => true,
'summary' => 'Startet die persoenlichen Desktop-Einstellungen fuer Skin, Apps, Widgets und Benutzerdaten.',
'content' => 'Oeffnet den zentralen Setup-Bereich mit linker Navigation und lokaler Persistenz pro Benutzer.',
'launch_app_id' => 'user-self-management',
'action_label' => 'Setup oeffnen',
],
[
'widget_id' => 'public-home',
'title' => 'Public Home',