Hi,
Is it possible to add small descriptions to cms fields?
Example, I have an image field named PhotoHome
$fields->addFieldToTab("Root.Content.Photos", new ImageField('PhotoHome'));
*First of all I would like to know how to put a space in-between Photo and Home (in cms it appears as one) and;
*Second of all I would like to add a small description like "This is the photo that will appear on the homepage"
Thanks for any help.
Byron