Is there any way to set a default value for a text list field?
I've tried this way, but its not working.
Thanks!!
'id' => 'additional_details_list',
'name' => 'Additional Details',
'type' => 'text_list',
'columns' => 12,
'tab' => 'details',
'std' => array(
'Distance' => '24',
'Area' => '52',
),
'clone' => true,
'sort_clone' => true,
'options' => array(
'Key' => 'key',
'Value' => 'value',
),