forked from infabo/cookiebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
25 lines (23 loc) · 820 Bytes
/
ext_emconf.php
File metadata and controls
25 lines (23 loc) · 820 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
/***************************************************************
* Extension Manager/Repository config file for ext: "cookiebot"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Cookiebot',
'description' => 'Implement cookiebot (cookiebot.com) consent-banner in TYPO3. Also delivers a content-plugin to place cookiebots cookie declaration whereever you need it.',
'category' => 'plugin',
'author' => 'Matthias Pruy',
'author_email' => 'dev@mjpr.de',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '1.1.0',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-10.2.99',
],
'conflicts' => [],
'suggests' => [],
],
];