Skip to content

Commit 22fb488

Browse files
Update ext_emconf.php
1 parent 093df90 commit 22fb488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
$EM_CONF['ce_timeline'] = array (
33
'title' => 'Timeline Content Element',
4-
'description' => 'Add a new content element of type "Timeline" for displaying histories of companies and more...',
4+
'description' => 'Provides a new content element of type "Timeline". Enables the creation of visually engaging and flexible timelines in the frontend, enhancing the user experience with interactive and informative displays.',
55
'category' => 'fe',
66
'author' => 'Simon Köhler',
77
'author_email' => 'simon@kohlercode.com',
88
'author_company' => 'kohlercode.com',
99
'state' => 'stable',
1010
'uploadfolder' => '0',
1111
'clearCacheOnLoad' => 0,
12-
'version' => '5.0.0',
12+
'version' => '5.0.1',
1313
'constraints' =>
1414
array (
1515
'depends' => array (

0 commit comments

Comments
 (0)