diff --git a/docker/initial-data.json b/docker/initial-data.json index da9ee0ce9..f2483f193 100644 --- a/docker/initial-data.json +++ b/docker/initial-data.json @@ -19,8 +19,8 @@ ], "resource_ids": [], "organization_tag_ids": [], - "default_theme_id": null, - "theme_ids": [] + "default_theme_id": 1, + "theme_ids": [1] } }, "user": { @@ -69,7 +69,17 @@ }, "resource": {}, "organization_tag": {}, - "theme": {}, + "theme": { + "1":{ + "id": 1, + "name": "OpenSlides Blue", + "accent_500": "#2196f3", + "primary_500": "#317796", + "warn_500": "#f06400", + "organization_id": 1, + "default_theme_for_organization_id": 1 + } + }, "committee": { "1": { "id": 1, diff --git a/docs/example-data.json b/docs/example-data.json index 7590d1390..193f7fea9 100644 --- a/docs/example-data.json +++ b/docs/example-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.", "privacy_policy": "", "login_text": "Guten Morgen!", - "default_theme_id": null, "enable_electronic_voting": true, "reset_password_verbose_errors": true, "committee_ids": [ @@ -24,7 +23,8 @@ "organization_tag_ids": [ 1 ], - "theme_ids": [] + "default_theme_id": 1, + "theme_ids": [1] } }, "user": { @@ -332,7 +332,17 @@ "organization_id": 1 } }, - "theme": {}, + "theme": { + "1":{ + "id": 1, + "name": "OpenSlides Blue", + "accent_500": "#2196f3", + "primary_500": "#317796", + "warn_500": "#f06400", + "organization_id": 1, + "default_theme_for_organization_id": 1 + } + }, "organization_tag": { "1": { "id": 1,