-
Notifications
You must be signed in to change notification settings - Fork 27
/
ext_emconf.php
30 lines (28 loc) · 957 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
30
<?php
########################################################################
# Extension Manager/Repository config file for ext "seo_basics".
########################################################################
$EM_CONF[$_EXTKEY] = [
'title' => 'Basic SEO Features',
'description' => 'Adds a separate field for the title-tag per page, easy and SEO-friendly keywords and description editing in a new module as well as a flexible Google Sitemap (XML).',
'category' => 'fe',
'version' => '0.12.0',
'state' => 'stable',
'modify_tables' => 'pages',
'author' => 'Benni Mack',
'author_email' => '[email protected]',
'constraints' => [
'depends' => [
'typo3' => '>=9.5.0',
],
'conflicts' => [
],
'suggests' => [
'realurl' => '0.0.0-0.0.0',
'cooluri' => '0.0.0-0.0.0',
'seo' => '>=9.5.0'
],
],
'suggests' => [
],
];