Added summary fields

This commit is contained in:
Jeremy Shipman 2013-07-24 13:44:58 +12:00
parent c971289104
commit a10546b23d
1 changed files with 7 additions and 0 deletions

View File

@ -71,6 +71,13 @@ class Widget extends DataObject {
*/
private static $description = "Description of what this widget does.";
/**
* @var array
*/
private static $summary_fields = array(
'CMSTitle' => 'Title'
);
/**
* @var WidgetController
*/