-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
31 lines (30 loc) · 884 Bytes
/
ext_emconf.php
File metadata and controls
31 lines (30 loc) · 884 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
<?php
/**
* Extension Manager/Repository config file for ext "site_package".
*/
$EM_CONF[$_EXTKEY] = [
'title' => ' Bootstrap Components Package',
'description' => 'Use this site package "t3sb_package" for outsourced files from "CDN to local" and "Custom SCSS etc."',
'category' => 'templates',
'constraints' => [
'depends' => [
'typo3' => '13.4.12-99.99.99',
'fluid_styled_content' => '13.4.12-99.99.99',
'rte_ckeditor' => '13.4.12-99.99.99',
],
'conflicts' => [
],
],
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'author' => 'John Doe',
'author_email' => 'john.doe@example.org',
'author_company' => 'some company',
'version' => '13.4.0',
'autoload' => [
'psr-4' => [
'T3SBS\\T3sbPackage\\' => 'Classes',
],
],
];