forked from subhh/libconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
42 lines (41 loc) · 1.14 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
42
<?php
$EM_CONF[$_EXTKEY] = array (
'title' => 'libconnect',
'description' => 'Diese Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.',
'category' => 'plugin',
'author' => 'Avonis New Media / SUB Hamburg',
'author_email' => '[email protected]',
'author_company' => '',
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '5.2.3 UBMA',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.0.0-8.7.99',
'cms' => '',
'extbase' => '',
'fluid' => '',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'autoload' =>
array (
'psr-4' =>
array (
'Sub\\Libconnect\\' => 'Classes/',
),
),
'_md5_values_when_last_written' => 'a:0:{}',
'comment' => 'EZB: detail view: field "Preistyp Anmerkung" fixed for language english',
'user' => 'subunihhdevteam',
'clearcacheonload' => true,
);