Composer extensions
This commit is contained in:
@@ -1,39 +1,31 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "fs_media_gallery".
|
||||
*
|
||||
* Auto generated 15-07-2022 15:24
|
||||
*
|
||||
* Manual updates:
|
||||
* Only the data in the array - everything else is removed by next
|
||||
* writing. "version" and "dependencies" must not be touched!
|
||||
* Extension Manager/Repository config file for ext: "fs_media_gallery"
|
||||
***************************************************************/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array (
|
||||
'title' => 'Media Gallery',
|
||||
'description' => 'A media gallery based on the FAL integration of TYPO3.
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'Media Gallery',
|
||||
'description' => 'A media gallery based on the FAL integration of TYPO3.
|
||||
Show your media assets from your local or remote storage as a gallery of albums.',
|
||||
'category' => 'plugin',
|
||||
'version' => '3.0.2',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => false,
|
||||
'clearcacheonload' => true,
|
||||
'author' => 'Frans Saris',
|
||||
'author_email' => 'franssaris@gmail.com',
|
||||
'author_company' => '',
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '11.4.0-11.5.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
'category' => 'plugin',
|
||||
'author' => 'Frans Saris',
|
||||
'author_email' => 'franssaris@gmail.com',
|
||||
'author_company' => '',
|
||||
'shy' => '',
|
||||
'priority' => '',
|
||||
'module' => '',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => false,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 1,
|
||||
'lockType' => '',
|
||||
'version' => '3.0.2',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '11.4.0-11.5.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user