Initial commit - Typo3 11.5.41
This commit is contained in:
133
typo3conf/PackageStates.php
Normal file
133
typo3conf/PackageStates.php
Normal file
@@ -0,0 +1,133 @@
|
||||
<?php
|
||||
# PackageStates.php
|
||||
|
||||
# This file is maintained by TYPO3's package management. Although you can edit it
|
||||
# manually, you should rather use the extension manager for maintaining packages.
|
||||
# This file will be regenerated automatically if it doesn't exist. Deleting this file
|
||||
# should, however, never become necessary if you use the package commands.
|
||||
|
||||
return [
|
||||
'packages' => [
|
||||
'core' => [
|
||||
'packagePath' => 'typo3/sysext/core/',
|
||||
],
|
||||
'extbase' => [
|
||||
'packagePath' => 'typo3/sysext/extbase/',
|
||||
],
|
||||
'fluid' => [
|
||||
'packagePath' => 'typo3/sysext/fluid/',
|
||||
],
|
||||
'frontend' => [
|
||||
'packagePath' => 'typo3/sysext/frontend/',
|
||||
],
|
||||
'fluid_styled_content' => [
|
||||
'packagePath' => 'typo3/sysext/fluid_styled_content/',
|
||||
],
|
||||
'filelist' => [
|
||||
'packagePath' => 'typo3/sysext/filelist/',
|
||||
],
|
||||
'impexp' => [
|
||||
'packagePath' => 'typo3/sysext/impexp/',
|
||||
],
|
||||
'form' => [
|
||||
'packagePath' => 'typo3/sysext/form/',
|
||||
],
|
||||
'install' => [
|
||||
'packagePath' => 'typo3/sysext/install/',
|
||||
],
|
||||
'recordlist' => [
|
||||
'packagePath' => 'typo3/sysext/recordlist/',
|
||||
],
|
||||
'backend' => [
|
||||
'packagePath' => 'typo3/sysext/backend/',
|
||||
],
|
||||
'setup' => [
|
||||
'packagePath' => 'typo3/sysext/setup/',
|
||||
],
|
||||
'rte_ckeditor' => [
|
||||
'packagePath' => 'typo3/sysext/rte_ckeditor/',
|
||||
],
|
||||
'adminpanel' => [
|
||||
'packagePath' => 'typo3/sysext/adminpanel/',
|
||||
],
|
||||
'belog' => [
|
||||
'packagePath' => 'typo3/sysext/belog/',
|
||||
],
|
||||
'beuser' => [
|
||||
'packagePath' => 'typo3/sysext/beuser/',
|
||||
],
|
||||
'extensionmanager' => [
|
||||
'packagePath' => 'typo3/sysext/extensionmanager/',
|
||||
],
|
||||
'felogin' => [
|
||||
'packagePath' => 'typo3/sysext/felogin/',
|
||||
],
|
||||
'info' => [
|
||||
'packagePath' => 'typo3/sysext/info/',
|
||||
],
|
||||
'lowlevel' => [
|
||||
'packagePath' => 'typo3/sysext/lowlevel/',
|
||||
],
|
||||
'recycler' => [
|
||||
'packagePath' => 'typo3/sysext/recycler/',
|
||||
],
|
||||
'reports' => [
|
||||
'packagePath' => 'typo3/sysext/reports/',
|
||||
],
|
||||
'sys_note' => [
|
||||
'packagePath' => 'typo3/sysext/sys_note/',
|
||||
],
|
||||
't3editor' => [
|
||||
'packagePath' => 'typo3/sysext/t3editor/',
|
||||
],
|
||||
'tstemplate' => [
|
||||
'packagePath' => 'typo3/sysext/tstemplate/',
|
||||
],
|
||||
'viewpage' => [
|
||||
'packagePath' => 'typo3/sysext/viewpage/',
|
||||
],
|
||||
'sr_freecap' => [
|
||||
'packagePath' => 'typo3conf/ext/sr_freecap/',
|
||||
],
|
||||
'static_info_tables' => [
|
||||
'packagePath' => 'typo3conf/ext/static_info_tables/',
|
||||
],
|
||||
'sr_feuser_register' => [
|
||||
'packagePath' => 'typo3conf/ext/sr_feuser_register/',
|
||||
],
|
||||
'numbered_pagination' => [
|
||||
'packagePath' => 'typo3conf/ext/numbered_pagination/',
|
||||
],
|
||||
'news' => [
|
||||
'packagePath' => 'typo3conf/ext/news/',
|
||||
],
|
||||
'cartedalegare' => [
|
||||
'packagePath' => 'typo3conf/ext/cartedalegare/',
|
||||
],
|
||||
'embedassets' => [
|
||||
'packagePath' => 'typo3conf/ext/embedassets/',
|
||||
],
|
||||
'paginatedprocessors' => [
|
||||
'packagePath' => 'typo3conf/ext/paginatedprocessors/',
|
||||
],
|
||||
'dp_cookieconsent' => [
|
||||
'packagePath' => 'typo3conf/ext/dp_cookieconsent/',
|
||||
],
|
||||
'fs_media_gallery' => [
|
||||
'packagePath' => 'typo3conf/ext/fs_media_gallery/',
|
||||
],
|
||||
'lfeditor' => [
|
||||
'packagePath' => 'typo3conf/ext/lfeditor/',
|
||||
],
|
||||
'ods_osm' => [
|
||||
'packagePath' => 'typo3conf/ext/ods_osm/',
|
||||
],
|
||||
'tt_address' => [
|
||||
'packagePath' => 'typo3conf/ext/tt_address/',
|
||||
],
|
||||
'youtubevideo' => [
|
||||
'packagePath' => 'typo3conf/ext/youtubevideo/',
|
||||
],
|
||||
],
|
||||
'version' => 5,
|
||||
];
|
||||
Reference in New Issue
Block a user