Default values - name instead of tid?
eggthing - June 20, 2008 - 23:07
| Project: | CCK Taxonomy Fields |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I'm able to get a default value using this:
return array(0 => array('tid' => '46'));
But not this:
return array(0 => array('name' => 'Soup'));
Is this supposed to be this way?
