From 77d87f6e52ad46069c0aa9f18ce9ef173ffb9aba Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 6 Mar 2013 21:38:09 +1300 Subject: [PATCH] fix up optiongroup & type in settings for a couple of settings --- settings/Core.setting.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 536bec2c5f..af2b70d869 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -126,7 +126,7 @@ return array ( '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', @@ -239,6 +239,9 @@ return array ( 'name' => 'contact_autocomplete_options', 'type' => 'String', 'html_type' => 'checkboxes', + 'pseudoconstant' => array( + 'optionGroupName' => 'contact_autocomplete_options', + ), 'default' => '1234567', 'add' => '4.1', 'title' => 'Contact Reference Autocomplete Options', -- 2.25.1