Reworked ext_emconf keys
This commit is contained in:
parent
29f0d5b59f
commit
f50eaf4de4
1 changed files with 8 additions and 21 deletions
|
@ -3,34 +3,21 @@
|
|||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'feiplogin',
|
||||
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
||||
'category' => 'plugin',
|
||||
'shy' => 0,
|
||||
'version' => '1.3.0-dev',
|
||||
'dependencies' => 'cms,extbase,fluid',
|
||||
'conflicts' => '',
|
||||
'priority' => '',
|
||||
'loadOrder' => '',
|
||||
'module' => '',
|
||||
'category' => 'fe',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'modify_tables' => '',
|
||||
'clearcacheonload' => 1,
|
||||
'lockType' => '',
|
||||
'clearCacheOnLoad' => 1,
|
||||
'author' => 'Marcel Kapfer',
|
||||
'author_email' => 'opensource@mmk2410.org',
|
||||
'author_company' => '',
|
||||
'CGLcompliance' => '',
|
||||
'CGLcompliance_note' => '',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.7.0-10.4.99',
|
||||
'extbase' => '8.7.0-10.4.99',
|
||||
'fluid' => '8.7.0-10.4.99',
|
||||
'php' => '7.0.0-0.0.0'
|
||||
'php' => '7.0.0-7.4.99'
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
'_md5_values_when_last_written' => '',
|
||||
'autoload' => [
|
||||
'psr-4' => [
|
||||
'MMK2410\\FeIpLogin\\' => 'Classes'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
Reference in a new issue