-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathext_emconf.php
36 lines (34 loc) · 1.25 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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Context Ribbon',
'description' => 'Shows a ribbon in the right top corner of the backend and frontend depending on the TYPO3 application context',
'author' => 'Sven Wappler',
'author_email' => 'typo3YYYY@wapplersystems.de',
'category' => 'backend',
'author_company' => 'WapplerSystems',
'shy' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '1.0.4',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.9.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
'_md5_values_when_last_written' => 'a:9:{s:12:"ext_icon.gif";s:4:"68b4";s:14:"ext_tables.php";s:4:"5f04";s:9:"README.md";s:4:"965c";s:34:"Configuration/TypoScript/setup.txt";s:4:"7a29";s:35:"Resources/Private/Layouts/Page.html";s:4:"a0f3";s:43:"Resources/Private/Partials/PageObjects.html";s:4:"b2e4";s:44:"Resources/Private/Templates/Page/Render.html";s:4:"cf3e";s:49:"Resources/Private/Templates/Page/WithSidebar.html";s:4:"f986";s:66:"Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html";s:4:"1309";}',
);
?>