Skip to content

Commit

Permalink
Updated default initial data. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
normanjaeckel committed Jul 14, 2021
1 parent 5cb801b commit 74460b6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkg/manage/default-initial-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@
"conference_open_video": true,
"conference_auto_connect_next_speakers": 0,
"conference_enable_helpdesk": false,
"applause_enable": false,
"applause_type": "applause-type-bar",
"applause_show_level": false,
"applause_min_amount": 1,
"applause_max_amount": 0,
"applause_timeout": 5,
"applause_particle_image_url": "",
"projector_countdown_default_time": 60,
"projector_countdown_warning_time": 0,
"export_csv_encoding": "utf-8",
Expand Down Expand Up @@ -169,7 +176,6 @@
"motion_poll_ballot_paper_number": 8,
"motion_poll_default_type": "analog",
"motion_poll_default_100_percent_base": "YNA",
"motion_poll_default_majority_method": "simple",
"motion_poll_default_group_ids": [
3
],
Expand All @@ -196,7 +202,6 @@
"assignment_poll_default_type": "nominal",
"assignment_poll_default_method": "votes",
"assignment_poll_default_100_percent_base": "valid",
"assignment_poll_default_majority_method": "simple",
"assignment_poll_default_group_ids": [
3
],
Expand All @@ -206,7 +211,6 @@
"poll_default_type": "nominal",
"poll_default_method": "votes",
"poll_default_100_percent_base": "valid",
"poll_default_majority_method": "simple",
"poll_default_group_ids": [
3
],
Expand Down

0 comments on commit 74460b6

Please sign in to comment.