update dataobject.md

fixex typo
This commit is contained in:
sanjay 2014-02-20 16:40:47 +05:30
parent 429fdfaa72
commit fff9222dd3

View File

@ -208,7 +208,7 @@ Non-textual elements (such as images and their manipulations) can also be used i
'HeroImage' => 'Image'
);
private static $summary_fields = array(
'Name' => 'Name,
'Name' => 'Name',
'HeroImage.CMSThumbnail' => 'Hero Image'
);
}