'group' => 'core',
'name' => 'address_format',
'type' => 'String',
- 'html_type' => 'Text',
+ 'html_type' => 'TextArea',
'default' => "{contact.address_name}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}",
'add' => '4.1',
'title' => 'Address Format',
'name' => 'contact_autocomplete_options',
'type' => 'String',
'html_type' => 'checkboxes',
+ 'pseudoconstant' => array(
+ 'optionGroupName' => 'contact_autocomplete_options',
+ ),
'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 1',
'add' => '4.1',
'title' => 'Contact Reference Autocomplete Options',