add icon and release date

This commit is contained in:
Uwe Steinmann 2013-05-03 09:51:36 +02:00
parent b091c7f861
commit 667892c441

View File

@ -3,6 +3,7 @@ $EXT_CONF['example'] = array(
'title' => 'Example Extension', 'title' => 'Example Extension',
'description' => 'This sample extension demonstrate the use of various hooks', 'description' => 'This sample extension demonstrate the use of various hooks',
'version' => '1.0.0', 'version' => '1.0.0',
'releasedate' => '2013-05-03',
'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'), 'author' => array('name'=>'Uwe Steinmann', 'email'=>'uwe@steinmann.cx', 'company'=>'MMK GmbH'),
'config' => array( 'config' => array(
'input_field' => array( 'input_field' => array(
@ -18,7 +19,7 @@ $EXT_CONF['example'] = array(
'constraints' => array( 'constraints' => array(
'depends' => array('php' => '5.4.4-', 'seeddms' => '4.2.0-'), 'depends' => array('php' => '5.4.4-', 'seeddms' => '4.2.0-'),
), ),
'icon' => '', 'icon' => 'icon.png',
'class' => array( 'class' => array(
'file' => 'class.example.php', 'file' => 'class.example.php',
'name' => 'SeedDMS_ExtExample' 'name' => 'SeedDMS_ExtExample'