Update models.txt
This commit is contained in:
parent
e0df72bb06
commit
de1cebae26
@ -173,6 +173,7 @@
|
||||
"description": "Add description here",
|
||||
|
||||
"meeting_ids": [1],
|
||||
"template_meeting_id": null,
|
||||
"default_meeting_id": 1,
|
||||
"member_ids": [],
|
||||
"manager_ids": [],
|
||||
@ -184,7 +185,7 @@
|
||||
{
|
||||
"id": 1,
|
||||
"url_name": "os3_test",
|
||||
"is_template": false,
|
||||
"template_for_committee_id": null,
|
||||
"enable_anonymous": false,
|
||||
|
||||
"name": "OpenSlides - Die Veranstaltung (Teil II)",
|
||||
|
@ -127,6 +127,7 @@ Interface committee {
|
||||
description: HTML;
|
||||
|
||||
meeting_ids: (meeting/committee_id)[];
|
||||
template_meeting_id: meeting/template_for_committee_id;
|
||||
default_meeting_id: meeting/default_meeting_for_committee_id;
|
||||
member_ids: (user/committee_as_memeber_ids)[];
|
||||
manager_ids: (user/committee_as_manager_ids)[];
|
||||
@ -145,12 +146,12 @@ Interface meeting {
|
||||
description: string;
|
||||
location: string;
|
||||
start_time: datetime;
|
||||
end_time: datetime; // TODO: is this needed?
|
||||
end_time: datetime;
|
||||
custom_translations: JSON;
|
||||
|
||||
// System
|
||||
url_name: string; // For unique urls.
|
||||
is_template: boolean; // Unique within a committee
|
||||
template_for_committee_id: committee/template_meeting_id;
|
||||
enable_anonymous: boolean;
|
||||
|
||||
// Jitsi/Livestream settings
|
||||
|
Loading…
Reference in New Issue
Block a user