landing page is now container for tabs or single component directly; WIP reworking lektor UI;

This commit is contained in:
Johann Hoffmann
2024-06-24 10:51:23 +02:00
parent b4b44d9a89
commit 570798b5f7
+20
View File
@@ -26461,6 +26461,26 @@ array(
)
)
),
array(
'app' => 'anwesenheiten',
'category' => 'global',
'phrase' => 'kontrolldatum',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Kontrolldatum',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Attendance Check Date',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC-CORE-ANWESENHEITEN END
);