mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
revert changes to add fhcApps property, not using path based syntax, to CI views include array
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user