-
Notifications
You must be signed in to change notification settings - Fork 4
/
ext_emconf.php
29 lines (28 loc) · 944 Bytes
/
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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Text & Media Element for Bootstrap 3',
'description' => 'Fluid Styled Content overlay and standalone template for Text & Media',
'category' => 'plugin',
'author' => 'Cedric Ziel',
'author_email' => '[email protected]',
'author_company' => 'websight gmbh',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'version' => '2.1.2',
'constraints' => [
'depends' => [
'typo3' => '8.6.0-8.7.99',
'fluid_styled_content' => '',
'fluid_styled_responsive_images' => '',
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => ['Websight\\WsTextmediaBootstrap\\' => 'Classes']
]
];