-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathext_emconf.php
31 lines (30 loc) · 1.06 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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'BE Login Simulation for FE Users',
'description' => 'Simulates BE Login for FE Users. With this extension you can grant Frontend Users Backend User Rights. This means that, if a Frontend User logs into the Frontend and he has the proper rights, the Edit Icons will be displayed allowing him to edit the Content.',
'category' => 'fe',
'shy' => 0,
'version' => '10.4.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => 'fe_users,be_users',
'clearCacheOnLoad' => 1,
'lockType' => '',
'author' => 'Sonja Scholz, Jonas Felix, Tizian Schmidlin',
'author_company' => 'cab services ag',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
'php' => '7.2.0-0.0.0',
],
'conflicts' => [],
'suggests' => [],
],
);