mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Registry of apps currently supporting merge (for later usage)
This commit is contained in:
parent
f88aa3738b
commit
183fa30aca
@ -80,6 +80,22 @@ abstract class bo_merge
|
|||||||
* Parse HTML styles into target document style, if possible
|
* Parse HTML styles into target document style, if possible
|
||||||
*/
|
*/
|
||||||
protected $parse_html_styles = true;
|
protected $parse_html_styles = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Apps which currently support merge
|
||||||
|
*
|
||||||
|
* @var array $merge_apps (array appname => human-readable name)
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public static $merge_apps = array(
|
||||||
|
'addressbook' => 'Addressbook',
|
||||||
|
'calendar' => 'Calendar',
|
||||||
|
'filemanager' => 'Filemanager',
|
||||||
|
'infolog' => 'Infolog',
|
||||||
|
'projectmanager' => 'Projectmanager',
|
||||||
|
'timesheet' => 'Timesheet',
|
||||||
|
'tracker' => 'Tracker',
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user