i have created one simple Module. i have created system.xml. there is one field Multiselect i want to add custom Value in multiselect field.
is it possible to add custom Value in multiselect field ?
<Data translate="label">
<label>Select Socail Media</label>
<comment>Select Social Media To fdisplay ion Front Side</comment>
<front_end_type>multiselect</front_end_type>
<source_model>adminhtml/system_config_source_country</source_model>
<sort_order>3</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</Data>
in Multiselect Options i want to add my Custom Option like: Data1, Data2 , Data3 etc..
how can i do that? is it possible?