mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
Update Widget.php
This commit is contained in:
parent
59d83fd521
commit
b27351533f
@ -20,6 +20,8 @@ class Widget extends DataObject {
|
||||
public static $defaults = array(
|
||||
'Enabled' => true
|
||||
);
|
||||
|
||||
public static $only_available_in = array();
|
||||
|
||||
public static $has_one = array(
|
||||
"Parent" => "WidgetArea",
|
||||
|
Loading…
Reference in New Issue
Block a user