-
Notifications
You must be signed in to change notification settings - Fork 4
/
ext_emconf.php
26 lines (24 loc) · 990 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
<?php
/************************************************************************
* Extension Manager/Repository config file for ext: "content_animations"
***********************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Content Animations',
'description' => 'This extension allows you to set nice animations to your content elements if they are scrolled into the browsers viewport. To install it include the static typoscript of content_animations to your template and you\'re good to go. Have fun! :-)',
'category' => 'fe',
'author' => 'Sebastian Richter',
'author_email' => '[email protected]',
'author_company' => 'raphael GmbH',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.4.3',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];