mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
added fields for apps.phpgroupware.org
This commit is contained in:
parent
00d4ce72a0
commit
0a0815caa9
@ -19,6 +19,13 @@
|
||||
$setup_info['etemplate']['tables'] = array('phpgw_etemplate');
|
||||
$setup_info['etemplate']['enable'] = 1;
|
||||
|
||||
$setup_info['etemplate']['author'] = 'Ralf Becker';
|
||||
$setup_info['etemplate']['license'] = 'GPL';
|
||||
$setup_info['etemplate']['description'] =
|
||||
'interactive editor for eTemplates (new template type) and database table-editor (creates tables_current.inc.php and updates autom. tables_update.inc.php)';
|
||||
$setup_info['etemplate']['maintainer'] = 'Ralf Becker';
|
||||
$setup_info['etemplate']['maintainer_email'] = 'ralfbecker@outdoor-training.de';
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
//$setup_info['etemplate']['hooks'][] = 'preferences';
|
||||
//$setup_info['etemplate']['hooks'][] = 'admin';
|
||||
|
Loading…
Reference in New Issue
Block a user