mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2882 from sanjaymundhra/patch-4
update dataobject.md
This commit is contained in:
commit
042e7a5e5c
@ -208,7 +208,7 @@ Non-textual elements (such as images and their manipulations) can also be used i
|
|||||||
'HeroImage' => 'Image'
|
'HeroImage' => 'Image'
|
||||||
);
|
);
|
||||||
private static $summary_fields = array(
|
private static $summary_fields = array(
|
||||||
'Name' => 'Name,
|
'Name' => 'Name',
|
||||||
'HeroImage.CMSThumbnail' => 'Hero Image'
|
'HeroImage.CMSThumbnail' => 'Hero Image'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user