'EGroupware GmbH', 'url' => 'http://www.egroupware.org', ); $setup_info['collabeditor']['license'] = 'GPL'; $setup_info['collabeditor']['description'] = 'Online document editing with webodf editor'; /* The hooks this app includes, needed for hooks registration */ $setup_info['collabeditor']['hooks']['filemanager-editor-link'] = 'EGroupware\collabeditor\Hooks::getEditorLink'; /* Dependencies for this app to work */ $setup_info['collabeditor']['depends'][] = array( 'appname' => 'filemanager', 'versions' => array('17.1') ); $setup_info['collabeditor']['depends'][] = array( 'appname' => 'api', 'versions' => array('17.1') );