-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
27 lines (25 loc) · 826 Bytes
/
ext_emconf.php
File metadata and controls
27 lines (25 loc) · 826 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
<?php
//#######################################################################
// Extension Manager/Repository config file for ext: "typoscriptce"
//
// Auto generated 18-12-2009 17:22
//
// Manual updates:
// Only the data in the array - anything else is removed by next write.
// "version" and "dependencies" must not be touched!
//#######################################################################
$EM_CONF[$_EXTKEY] = [
'title' => 'Typoscript CE',
'description' => 'process any typoscript in a CE',
'category' => 'plugin',
'version' => '1.0.0',
'state' => 'stable',
'author' => 'Steffen Kamper, Sven Jürgens',
'author_email' => 'sj@nordsonne.de',
'author_company' => '',
'constraints' => [
'depends' => [],
'conflicts' => [],
'suggests' => [],
]
];