mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENHANCEMENT Allowing individual parent selection in tree, rather than auto-selecting children (precondition for applying batch actions independently)
This commit is contained in:
parent
746e3ea05e
commit
ea4bbe594c
@ -93,6 +93,9 @@
|
|||||||
"drop_target" : false,
|
"drop_target" : false,
|
||||||
"drag_target" : false
|
"drag_target" : false
|
||||||
},
|
},
|
||||||
|
'checkbox': {
|
||||||
|
'two_state': true
|
||||||
|
},
|
||||||
'themes': {
|
'themes': {
|
||||||
'theme': 'apple',
|
'theme': 'apple',
|
||||||
'url': 'sapphire/thirdparty/jstree/themes/apple/style.css'
|
'url': 'sapphire/thirdparty/jstree/themes/apple/style.css'
|
||||||
|
Loading…
Reference in New Issue
Block a user