-
Notifications
You must be signed in to change notification settings - Fork 9
/
ext_emconf.php
29 lines (27 loc) · 1.13 KB
/
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
$EM_CONF['ns_news_comments'] = [
'title' => 'News Comment',
'description' => 'All New TYPO3 News Comment Extension helps add comments to your news pages and articles. It comes with a variety of features for managing and customizing comments. It is designed to enhance user experience with a simple interface and is SEO-friendly.
*** Live Demo: https://demo.t3planet.com/t3-extensions/seo/news-comments/ *** Premium Version, Documentation & Free Support: https://t3planet.com/typo3-news-comment-extension',
'category' => 'plugin',
'author' => 'T3: Himanshu Ramavat, T3: Divya Goklani, T3: Nilesh Malankiya, QA: Krishna Dhapa',
'author_email' => '[email protected]',
'author_company' => 'T3Planet // NITSAN',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '13.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.0.0-13.9.99',
'news' => '11.0.0-12.9.99',
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'classmap' => ['Classes/']
]
];