forked from avionbg/save_close_ce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
33 lines (31 loc) · 816 Bytes
/
ext_emconf.php
File metadata and controls
33 lines (31 loc) · 816 Bytes
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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "save_close_ce".
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Save and close button',
'description' => 'Adds save and close button to all the content elements',
'category' => 'be',
'author' => 'Goran Medakovic',
'author_email' => 'avion.bg@gmail.com',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.3',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '9.5.0-10.5.0',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'clearcacheonload' => false,
'author_company' => NULL,
);