forked from Yoast/Yoast-SEO-for-TYPO3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
28 lines (28 loc) · 914 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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Yoast SEO for TYPO3',
'description' => 'Optimise your website for search engines with Yoast SEO for TYPO3. With this extension you get all the technical SEO stuff you need and will help editors to write high quality content.',
'category' => 'misc',
'author' => 'MaxServ / Yoast',
'author_company' => 'MaxServ B.V., Yoast',
'author_email' => '',
'clearCacheOnLoad' => 0,
'dependencies' => '',
'state' => 'stable',
'uploadfolder' => 0,
'version' => '3.0.4',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.13-8.7.99'
),
'conflicts' => array(),
'suggests' => array(
'realurl' => ''
),
),
'autoload' => array(
'psr-4' => array('YoastSeoForTypo3\\YoastSeo\\' => 'Classes')
),
'conflicts' => '',
'suggests' => array(),
);