forked from Kanti/ext-jh_opengraphprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
40 lines (37 loc) · 1.07 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
30
31
32
33
34
35
36
37
38
39
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "jh_opengraphprotocol".
*
* Auto generated 27-07-2017 19:36
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Open Graph protocol',
'description' => 'Adds the Open Graph protocol properties in meta-tags to the html-header supporting multilingual-websites.',
'category' => 'plugin',
'version' => '1.3.2',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearcacheonload' => true,
'author' => 'Jonathan Heilmann',
'author_email' => '[email protected]',
'author_company' => '',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '7.6.0-8.7.99',
),
'conflicts' =>
array (
'jh_opengraph_ttnews' => '0.0.0-0.0.10',
),
'suggests' =>
array (
),
),
);