Add missing defaults & fix existing ones
This commit is contained in:
parent
ec00c6c7db
commit
de14009a52
@ -782,7 +782,10 @@ meeting:
|
|||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
motions_default_sorting:
|
motions_default_sorting:
|
||||||
type: string
|
type: string
|
||||||
default: identifier
|
enum:
|
||||||
|
- number
|
||||||
|
- weight
|
||||||
|
default: number
|
||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
motions_number_type:
|
motions_number_type:
|
||||||
type: string
|
type: string
|
||||||
@ -818,6 +821,7 @@ meeting:
|
|||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
motions_amendments_prefix:
|
motions_amendments_prefix:
|
||||||
type: string
|
type: string
|
||||||
|
default: "-"
|
||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
motions_amendments_text_mode:
|
motions_amendments_text_mode:
|
||||||
type: string
|
type: string
|
||||||
@ -863,6 +867,7 @@ meeting:
|
|||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
motion_poll_ballot_paper_number:
|
motion_poll_ballot_paper_number:
|
||||||
type: number
|
type: number
|
||||||
|
default: 8
|
||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
motion_poll_default_type:
|
motion_poll_default_type:
|
||||||
type: string
|
type: string
|
||||||
@ -937,6 +942,22 @@ meeting:
|
|||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
users_email_body:
|
users_email_body:
|
||||||
type: string
|
type: string
|
||||||
|
default: >-
|
||||||
|
Dear {name},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
this is your personal OpenSlides login:
|
||||||
|
|
||||||
|
{url}
|
||||||
|
|
||||||
|
username: {username}
|
||||||
|
|
||||||
|
password: {password}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This email was generated automatically.
|
||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
|
|
||||||
# Assignments
|
# Assignments
|
||||||
@ -978,7 +999,7 @@ meeting:
|
|||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
assignment_poll_default_100_percent_base:
|
assignment_poll_default_100_percent_base:
|
||||||
type: string
|
type: string
|
||||||
default: YNA
|
default: valid
|
||||||
restriction_mode: B
|
restriction_mode: B
|
||||||
assignment_poll_default_group_ids:
|
assignment_poll_default_group_ids:
|
||||||
type: relation-list
|
type: relation-list
|
||||||
|
Loading…
Reference in New Issue
Block a user