Composer extensions
This commit is contained in:
@@ -1,39 +1,30 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "dp_cookieconsent".
|
||||
/*
|
||||
* Copyright (c) 2021.
|
||||
*
|
||||
* Auto generated 15-07-2022 12:27
|
||||
* @category TYPO3
|
||||
*
|
||||
* Manual updates:
|
||||
* Only the data in the array - everything else is removed by next
|
||||
* writing. "version" and "dependencies" must not be touched!
|
||||
***************************************************************/
|
||||
* @copyright 2021 Dirk Persky (https://github.com/DirkPersky)
|
||||
* @author Dirk Persky <info@dp-wired.de>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array (
|
||||
'title' => 'Cookie Consent',
|
||||
'description' => 'Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)',
|
||||
'category' => 'fe',
|
||||
'clearCacheOnLoad' => true,
|
||||
'author' => 'Dirk Persky',
|
||||
'author_company' => '',
|
||||
'author_email' => 'infoy@dp-wired.de',
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '10.4.0-11.5.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'state' => 'stable',
|
||||
'version' => '11.6.3',
|
||||
'uploadfolder' => true,
|
||||
'clearcacheonload' => false,
|
||||
);
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'Cookie Consent',
|
||||
'description' => 'Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)',
|
||||
'category' => 'fe',
|
||||
'clearCacheOnLoad' => true,
|
||||
'author' => 'Dirk Persky',
|
||||
'author_company' => '',
|
||||
'author_email' => 'infoy@dp-wired.de',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '10.4.0-11.5.99'
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
'state' => 'stable', // stable
|
||||
'version' => '11.6.3'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user