adasd
This commit is contained in:
46
config/widgets.php
Normal file
46
config/widgets.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
[
|
||||
'widget_id' => 'public-home',
|
||||
'title' => 'Public Home',
|
||||
'icon' => 'PH',
|
||||
'zone' => 'sidebar',
|
||||
'default_enabled' => true,
|
||||
'supports_public_home' => true,
|
||||
'summary' => 'Oeffentliches Dashboard fuer nicht eingeloggte Nutzer mit Startinhalten und Systemhinweisen.',
|
||||
'content' => 'Die erste Ausbaustufe des oeffentlichen Desktops zeigt ein kuratiertes Home-Dashboard mit Kerninhalten und Einstiegspunkten.',
|
||||
],
|
||||
[
|
||||
'widget_id' => 'personal-links',
|
||||
'title' => 'Persoenliche Links',
|
||||
'icon' => 'PL',
|
||||
'zone' => 'sidebar',
|
||||
'default_enabled' => true,
|
||||
'supports_public_home' => false,
|
||||
'summary' => 'Reserviert fuer spaetere nutzerspezifische Schnellzugriffe und Favoriten.',
|
||||
'content' => 'Hier entstehen spaeter persoenliche Linklisten, Shortcuts und Favoriten pro Workspace.',
|
||||
],
|
||||
[
|
||||
'widget_id' => 'system-status',
|
||||
'title' => 'Systemstatus',
|
||||
'icon' => 'SS',
|
||||
'zone' => 'sidebar',
|
||||
'default_enabled' => true,
|
||||
'supports_public_home' => true,
|
||||
'summary' => 'Zeigt Desktop-Skin, Shell-Status und den aktuellen Ausbaugrad.',
|
||||
'content' => 'Shell, Fenster-Manager und Registry laufen bereits. Login und Fachmodule folgen spaeter.',
|
||||
],
|
||||
[
|
||||
'widget_id' => 'workspace-notes',
|
||||
'title' => 'Workspace Notes',
|
||||
'icon' => 'WN',
|
||||
'zone' => 'sidebar',
|
||||
'default_enabled' => false,
|
||||
'supports_public_home' => false,
|
||||
'summary' => 'Platz fuer persoenliche Hinweise und Notizen je Workspace.',
|
||||
'content' => 'Dieses Widget ist vorbereitet, aber standardmaessig noch nicht eingeblendet.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user