forked from TYPO3GmbH/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (24 loc) · 770 Bytes
/
ext_emconf.php
File metadata and controls
26 lines (24 loc) · 770 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
<?php
/*
* This file is part of the package t3g/blog.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'TYPO3 Blog Extension',
'description' => 'This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.',
'category' => 'fe',
'state' => 'stable',
'author' => 'TYPO3 GmbH',
'author_email' => 'info@typo3.com',
'version' => '12.0.0-dev',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
'form' => '11.5.0-11.5.99',
],
'conflicts' => [],
'suggests' => [],
],
];