forked from RozbehSharahi/bootstrap_grids
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
30 lines (28 loc) · 871 Bytes
/
ext_emconf.php
File metadata and controls
30 lines (28 loc) · 871 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "bootstrap_grids"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Grids for bootstrap',
'description' => 'Gridelements for bootstrap v4. Column grids, tabs and accordion.',
'category' => 'misc',
'author' => 'Pascal Mayer, Fixpunkt',
'author_email' => 'typo3@lascap.ch, office@fixpunkt.com',
'author_company' => '',
'version' => '3.0.4',
'state' => 'stable',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
'gridelements' => '10.0.0-11.99.99',
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => ['Laxap\\BootstrapGrids\\' => 'Classes']
],
];