This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/core/init/config.php
T
Taras Machyshyn 50b485d51c installer
2014-03-04 17:43:52 +02:00

25 lines
267 B
PHP

<?php
return array(
'tabList' =>
array (
'Account',
'Contact',
'Lead',
'Prospect',
'Opportunity',
'Calendar',
'Meeting',
'Call',
'Task',
'Case',
),
'quickCreateList' =>
array (
'Contact',
'Lead',
'Meeting',
'Call',
'Task',
),
);