[turba] Adding Custom Communication Fields to Turba
    Simon Brereton 
    simon.brereton at dada.net
       
    Wed Apr 20 21:30:09 UTC 2011
    
    
  
Hi
Previously with Horde3, to add a custom field I had to manually edit sources.php and attributes.php in the turba/config directory like this:
$attributes['homeEmail'] = array(
        'label' => _("Home Email"),
        'type' => 'email',
        'required' => false,
        'params' => array('allow_multi' => false, 'strip_domain' => false, 'link_compose' => true)
);
In Horde4 there is no sources.php for me edit.  Is the process still the same?  How does one add a Work Email and Work Cell field?
Thanks.
Simon
    
    
More information about the turba
mailing list