Re-add potentially obsolete dynamic Widget properties
This commit is contained in:
parent
d4ccc68eab
commit
9c5eb19af6
|
@ -34,6 +34,9 @@ abstract class AbstractWidget
|
|||
*/
|
||||
protected static $view;
|
||||
|
||||
// TODO: Should we kick this?
|
||||
protected $properties;
|
||||
|
||||
/**
|
||||
* Getter for widget properties
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue