forked from b13/t3ext-seo_basics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
29 lines (27 loc) · 885 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
<?php
########################################################################
# Extension Manager/Repository config file for ext "seo_basics".
########################################################################
$EM_CONF[$_EXTKEY] = array(
'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.10.1',
'state' => 'stable',
'modify_tables' => 'pages,pages_language_overlay',
'author' => 'Benni Mack',
'author_email' => '[email protected]',
'constraints' => array(
'depends' => array(
'typo3' => '8.7.0-8.7.99',
),
'conflicts' => array(
),
'suggests' => array(
'realurl' => '0.0.0-0.0.0',
'cooluri' => '0.0.0-0.0.0',
),
),
'suggests' => array(
),
);