-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
26 lines (24 loc) · 1.04 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
<?php
$EM_CONF['ns_comments'] = [
'title' => 'Pages Comment',
'description' => 'The TYPO3 Comment Extension simplifies the process for visitors to leave comments on your website\'s published pages. It utilizes nested comments to create a user-friendly experience. Admins receive email notifications, allowing them to easily manage comments either through email or the backend.
*** Live Demo: https://demo.t3planet.com/t3-extensions/comments/ *** Premium Version, Documentation & Free Support: https://t3planet.com/typo3-page-comment-extension',
'category' => 'plugin',
'author' => 'T3: Himanshu Ramavat, T3: Nilesh Malankiya, QA: Krishna Dhapa',
'author_email' => '[email protected]',
'author_company' => 'T3Planet // NITSAN',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'version' => '13.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.0.0-13.9.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];