added term_reference_tree contrib module

This commit is contained in:
2019-06-24 10:06:27 +02:00
parent d9e494e6db
commit 9ac8f44cf3
21 changed files with 1735 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
field.widget.settings.term_reference_tree:
type: mapping
label: 'Term reference tree widget settings'
mapping:
start_minimized:
type: boolean
label: 'Start minimized'
leaves_only:
type: boolean
label: 'Leaves only'
select_parents:
type: boolean
label: 'Select parents automatically'
cascading_selection:
type: integer
label: 'Cascading selection'
max_depth:
type: integer
label: 'Maximum Depth'