treeExpanded default is now false

This commit is contained in:
Sam Georges 2014-09-06 11:28:01 +10:00
parent 4a3fd88637
commit 29b132a4a0

View File

@ -133,7 +133,7 @@ class Lists extends WidgetBase
/** /**
* @var bool Expand the tree nodes by default. * @var bool Expand the tree nodes by default.
*/ */
public $treeExpanded = true; public $treeExpanded = false;
/** /**
* @var array List of CSS classes to apply to the list container element * @var array List of CSS classes to apply to the list container element