mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 15:05:54 +00:00
Added summary fields
This commit is contained in:
parent
c971289104
commit
a10546b23d
@ -71,6 +71,13 @@ class Widget extends DataObject {
|
|||||||
*/
|
*/
|
||||||
private static $description = "Description of what this widget does.";
|
private static $description = "Description of what this widget does.";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
private static $summary_fields = array(
|
||||||
|
'CMSTitle' => 'Title'
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var WidgetController
|
* @var WidgetController
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user