Add imported_at to models.yml
Adds the imported_at field to the models.yml file
This commit is contained in:
parent
8c1fa5be91
commit
a841919c31
@ -94,6 +94,7 @@
|
||||
"location": "",
|
||||
"start_time": 0,
|
||||
"end_time": 0,
|
||||
"imported_at": null,
|
||||
|
||||
"jitsi_domain": "",
|
||||
"jitsi_room_name": "",
|
||||
@ -593,7 +594,7 @@
|
||||
"preview_projection_ids": [],
|
||||
"history_projection_ids": [],
|
||||
"used_as_reference_projector_meeting_id": 1,
|
||||
|
||||
|
||||
"used_as_default_$_in_meeting_id": [
|
||||
"agenda_all_items",
|
||||
"topics",
|
||||
|
@ -41,7 +41,7 @@
|
||||
"committee_ids": [1],
|
||||
"committee_$_management_level": ["1"],
|
||||
"committee_$1_management_level": "can_manage",
|
||||
|
||||
|
||||
"comment_$": ["1"],
|
||||
"comment_$1": "Test comment",
|
||||
"number_$": ["1"],
|
||||
@ -240,6 +240,7 @@
|
||||
"location": "",
|
||||
"start_time": 0,
|
||||
"end_time": 0,
|
||||
"imported_at": null,
|
||||
"welcome_title": "Welcome to OpenSlides",
|
||||
"welcome_text": "[Space for your welcome text.]",
|
||||
|
||||
@ -2638,7 +2639,7 @@
|
||||
"preview_projection_ids": [],
|
||||
"history_projection_ids": [],
|
||||
"used_as_reference_projector_meeting_id": 1,
|
||||
|
||||
|
||||
"used_as_default_$_in_meeting_id": [
|
||||
"list_of_speakers",
|
||||
"current_list_of_speakers"
|
||||
|
@ -343,6 +343,7 @@ meeting:
|
||||
location: string
|
||||
start_time: timestamp
|
||||
end_time: timestamp
|
||||
imported_at: timestamp
|
||||
|
||||
# Configuration (only for the server owner)
|
||||
jitsi_domain:
|
||||
@ -2067,13 +2068,13 @@ projector:
|
||||
show_header_footer:
|
||||
type: boolean
|
||||
default: true
|
||||
show_title:
|
||||
show_title:
|
||||
type: boolean
|
||||
default: true
|
||||
show_logo:
|
||||
show_logo:
|
||||
type: boolean
|
||||
default: true
|
||||
show_clock:
|
||||
show_clock:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user