Files
oai-symfony/typo3conf/ext/fs_media_gallery/ext_emconf.php
2026-07-03 17:53:31 +02:00

40 lines
1.0 KiB
PHP

<?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!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'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 (
),
),
);