forked from kaystrobach/TYPO3.simulatefe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
41 lines (38 loc) · 2.4 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
########################################################################
# Extension Manager/Repository config file for ext "simulatefe".
#
# Auto generated 27-02-2012 11:16
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'Simulate FE User',
'description' => 'Allows backend users to simulate frontend users ',
'category' => 'plugin',
'author' => 'Kay Strobach, Markus Gerdes',
'author_email' => '[email protected], [email protected]',
'author_company' => 'Kay Strobach, MadaXel IT Solutions UG',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-7.6.99',
'cms' => '',
'extbase' => '',
'fluid' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:25:{s:21:"ExtensionBuilder.json";s:4:"8a20";s:12:"ext_icon.gif";s:4:"6759";s:17:"ext_localconf.php";s:4:"6b2d";s:14:"ext_tables.php";s:4:"d9ea";s:14:"ext_tables.sql";s:4:"d41d";s:37:"Classes/Controller/UserController.php";s:4:"318b";s:29:"Classes/Domain/Model/User.php";s:4:"93a2";s:44:"Classes/Domain/Repository/UserRepository.php";s:4:"7e2e";s:31:"Classes/Utilities/Utilities.php";s:4:"84d1";s:44:"Configuration/ExtensionBuilder/settings.yaml";s:4:"935f";s:26:"Configuration/TCA/User.php";s:4:"dac6";s:38:"Configuration/TypoScript/constants.txt";s:4:"b264";s:34:"Configuration/TypoScript/setup.txt";s:4:"fc0b";s:40:"Resources/Private/Language/locallang.xml";s:4:"e2fd";s:76:"Resources/Private/Language/locallang_csh_tx_simulatefe_domain_model_user.xml";s:4:"90e5";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"8d70";s:38:"Resources/Private/Layouts/Default.html";s:4:"90c0";s:42:"Resources/Private/Templates/User/List.html";s:4:"b2af";s:44:"Resources/Private/Templates/User/Switch.html";s:4:"576b";s:35:"Resources/Public/Icons/relation.gif";s:4:"e615";s:58:"Resources/Public/Icons/tx_simulatefe_domain_model_user.gif";s:4:"905a";s:43:"Resources/Public/Stylesheets/stylesheet.css";s:4:"8eaf";s:44:"Tests/Unit/Controller/UserControllerTest.php";s:4:"2a7a";s:36:"Tests/Unit/Domain/Model/UserTest.php";s:4:"6d19";s:14:"doc/manual.sxw";s:4:"c4aa";}',
);
?>