diff --git a/docker/initial-data.json b/docker/initial-data.json
index f528ab87c..1cae187ba 100644
--- a/docker/initial-data.json
+++ b/docker/initial-data.json
@@ -8,7 +8,6 @@
"legal_notice": "OpenSlides is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly. The event organizer is resposible for the content.",
"privacy_policy": "",
"login_text": "Welcome to OpenSlides. Please login.",
- "theme": "openslides-default-light-theme",
"reset_password_verbose_errors": false,
"enable_electronic_voting": false,
"limit_of_meetings": 0,
@@ -19,7 +18,8 @@
1
],
"resource_ids": [],
- "organization_tag_ids": []
+ "organization_tag_ids": [],
+ "default_theme_id": null
}
},
"user": {
@@ -63,11 +63,13 @@
"projection_$_ids": [],
"vote_delegated_$_to_id": [],
"vote_delegations_$_from_ids": [],
+ "theme_id": null,
"meeting_ids": []
}
},
"resource": {},
"organization_tag": {},
+ "theme": {},
"committee": {
"1": {
"id": 1,
diff --git a/docs/example-data.json b/docs/example-data.json
index 071fe4a97..ee9f30291 100644
--- a/docs/example-data.json
+++ b/docs/example-data.json
@@ -8,7 +8,7 @@
"legal_notice": "OpenSlides is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly.",
"privacy_policy": "",
"login_text": "Guten Morgen!",
- "theme": "openslides-theme",
+ "default_theme_id": null,
"enable_electronic_voting": true,
"reset_password_verbose_errors": true,
"committee_ids": [
@@ -141,6 +141,7 @@
],
"vote_delegated_$_to_id": [],
"vote_delegations_$_from_ids": [],
+ "theme_id": null,
"meeting_ids": [
1
]
@@ -229,6 +230,7 @@
"vote_delegated_vote_$_ids": [],
"vote_delegated_$_to_id": [],
"vote_delegations_$_from_ids": [],
+ "theme_id": null,
"meeting_ids": [
1
]
@@ -317,6 +319,7 @@
"vote_delegated_vote_$_ids": [],
"vote_delegated_$_to_id": [],
"vote_delegations_$_from_ids": [],
+ "theme_id": null,
"meeting_ids": [
1
]
@@ -331,6 +334,7 @@
"organization_id": 1
}
},
+ "theme": {},
"organization_tag": {
"1": {
"id": 1,