Posted by mariuss on May 28, 2007 at 1:43am
Jump to:
| Project: | Zipcode (CCK) |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When creating the postal code widget add a description field, and pull in the description values similar to the title:
'#description' => $field['widget']['description'],
In this case $field['widget']['description'] represents the "Help text" entered when the field is created.
Comments
#1
Just committed a new version with this
#2