mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
treeExpanded default is now false
This commit is contained in:
parent
4a3fd88637
commit
29b132a4a0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user