diff --git a/docker/initial-data.json b/docker/initial-data.json index 2886a81ce..2a456820b 100644 --- a/docker/initial-data.json +++ b/docker/initial-data.json @@ -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, diff --git a/docs/example-data.json b/docs/example-data.json index 342e9fc45..f69770a43 100644 --- a/docs/example-data.json +++ b/docs/example-data.json @@ -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, diff --git a/docs/models.yml b/docs/models.yml index f4d203418..7e5f7375b 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -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: