added legacy code for reference
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
2026-06-04 14:56:43 +02:00
parent dbe6cd8653
commit c8a4d18f1a
93 changed files with 18065 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
(function () {
$ocms.ocmsmenu = [
{ lbl: '', id: 'm_home', ico: 'glyphicon glyphicon-home', fnc: 'init:home' }
, { fnc: 'separator' }
//, { fnc: 'separator' }
//, { lbl: $t.m_efa, id: 'm_efa', fnc: 'init:efa' }
];
})();