Merge pull request #5949 from FinnStutzenstein/losInitialClosed
List of speaker initially closed
This commit is contained in:
commit
33fda8788c
@ -132,7 +132,8 @@
|
||||
"list_of_speakers_show_amount_of_speakers_on_slide": true,
|
||||
"list_of_speakers_present_users_only": false,
|
||||
"list_of_speakers_show_first_contribution": false,
|
||||
"list_of_speakers_enable_point_of_order_speakers": true,
|
||||
"list_of_speakers_enable_point_of_order_speakers": false,
|
||||
"list_of_speakers_initially_closed": false,
|
||||
|
||||
"motions_default_workflow_id": 1,
|
||||
"motions_default_amendment_workflow_id": 1,
|
||||
|
@ -265,6 +265,7 @@
|
||||
"list_of_speakers_present_users_only": false,
|
||||
"list_of_speakers_show_first_contribution": false,
|
||||
"list_of_speakers_enable_point_of_order_speakers": true,
|
||||
"list_of_speakers_initially_closed": true,
|
||||
|
||||
"motions_default_workflow_id": 1,
|
||||
"motions_default_amendment_workflow_id": 1,
|
||||
|
@ -456,6 +456,9 @@ meeting:
|
||||
list_of_speakers_enable_point_of_order_speakers:
|
||||
type: boolean
|
||||
default: False
|
||||
list_of_speakers_initially_closed:
|
||||
type: boolean
|
||||
default: False
|
||||
|
||||
# Motions
|
||||
motions_default_workflow_id:
|
||||
|
Loading…
Reference in New Issue
Block a user