forked from Zillion01/jpfaq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
25 lines (24 loc) · 717 Bytes
/
ext_emconf.php
File metadata and controls
25 lines (24 loc) · 717 Bytes
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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'jpFAQ',
'description' => 'Frequently Asked Questions (FAQ) plugin. With categories, on-the-fly search, customer helpfulness tracking and comments.',
'category' => 'plugin',
'author' => 'Jacco van der Post',
'author_email' => 'jacco@id-webdesign.nl',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '8.8.0',
'constraints' =>
array(
'depends' =>
array(
'typo3' => '7.6.0-8.7.99',
),
'conflicts' =>
array(),
'suggests' =>
array(),
),
);