revert changes to add fhcApps property, not using path based syntax, to CI views include array

This commit is contained in:
Harald Bamberger
2026-02-26 15:27:52 +01:00
parent 26fca87c75
commit 1ae072390e
15 changed files with 44 additions and 101 deletions
+4 -4
View File
@@ -1,18 +1,18 @@
<?php
$includesArray = array(
$includesArray = extendableApps(array(
'title' => 'Profil Änderungen',
'vue3' => true,
'bootstrap5' => true,
'fontawesome6'=> true,
'axios027' => true,
'tabulator5' => true,
'fhcApps' => array(
'Cis/ProfilUpdateRequests'
'customJSModules' => array(
'public/js/apps/Cis/ProfilUpdateRequests.js'
),
'customCSSs' => array(
'public/css/components/FilterComponent.css','public/css/components/FormUnderline.css'
)
);
));
if(defined("CIS4"))
{