forked from pixelant/pxa_social_feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
29 lines (27 loc) · 813 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: "pxa_social_feed"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Pxa Social Feed',
'description' => 'Add Facebook, Instagram, and Twitter feeds to your site.',
'category' => 'plugin',
'author' => 'Pixelant',
'author_email' => '[email protected]',
'author_company' => 'Pixelant',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.9.3',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.9.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];