forked from mindshape-GmbH/mindshape_cookie_consent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
21 lines (20 loc) · 745 Bytes
/
ext_emconf.php
File metadata and controls
21 lines (20 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'mindshape Cookie Consent',
'description' => 'This extension provides functionality to create a customizable cookie consent for your website. It is developed for flexibility to be customized in accordance to your data security guidelines.',
'category' => 'plugin',
'author' => 'Daniel Dorndorf',
'author_email' => 'dorndorf@mindshape.de',
'author_company' => 'mindshape GmbH',
'state' => 'stable',
'version' => '4.1.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.4.99',
'typo3' => '12.4.0-13.4.99',
'numbered_pagination' => '2.1.0-2.1.99',
],
'conflicts' => [],
'suggests' => [],
],
];