'setByAdminModule' => FALSE,
'setBySetupModule' => FALSE,
),
+ self::LIST_TYPE => array(
+ //_('List types available')
+ 'label' => 'List types available',
+ //_('List types available.')
+ 'description' => 'List types available.',
+ 'type' => 'keyFieldConfig',
+ 'clientRegistryInclude' => TRUE,
+ 'setByAdminModule' => true,
+ 'default' => array(
+ 'records' => array(
+ array('id' => 'DEPARTMENT', 'value' => 'Department'), //_('Department')
+ array('id' => 'MAILINGLIST', 'value' => 'Mailing list'), //_('Mailing list')
+ ),
+ )
+ ),
+ self::CONTACT_IMPORT_NOMINATIM => array(
+ //_('Use Nominatim during contact import')
+ 'label' => 'Use Nominatim during contact import',
+ 'description' => 'Use Nominatim during contact import',
+ 'type' => 'bool',
+ 'default' => false,
+ 'clientRegistryInclude' => false,
+ 'setByAdminModule' => true,
+ 'setBySetupModule' => true,
+ ),
);
/**