forked from Schweriner/tgm_copyright
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
29 lines (27 loc) · 961 Bytes
/
ext_emconf.php
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
26
27
28
29
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "tgm_copyright"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Picture Copyrights and Image Sitemap',
'description' => 'This extension will add a copyright field on every image palette and can show it below each image. All pictures with a copyright can be listed with a plugin. An Image Sitemap XML for Google of ALL used images can be generated by this extension.',
'category' => 'plugin',
'author' => 'Paul Beck',
'author_email' => 'hi@toll-paul.de',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '3.0.5',
'constraints' => [
'depends' => [
'typo3' => '10.4.15-10.4.99',
'filemetadata' => '10.4.15-10.4.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];