在Magento管理员自定义运输控制器中,我可以包含一个很好的多选项,用于在system.xml中选择具有以下内容的国家/地区:
<specificcountry translate="label">
<label>Ship to Specific countries</label>
<frontend_type>multiselect</frontend_type>
<sort_order>91</sort_order>
<source_model>adminhtml/system_config_source_country</source_model>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</specificcountry>
我想在我自己的fieldset的admin配置设置中包含另一个multiselect,可能在他们自己的表中有一组额外的值。我怎么能这样做?