Merge pull request #5914 from r-peschke/openslides4-dev
Add 'minimum' for some fields in Projector
This commit is contained in:
commit
36125dadc5
@ -1916,12 +1916,15 @@ projector:
|
||||
default: 0
|
||||
width:
|
||||
type: number
|
||||
minimum: 1
|
||||
default: 1200
|
||||
aspect_ratio_numerator:
|
||||
type: number
|
||||
minimum: 1
|
||||
default: 16
|
||||
aspect_ratio_denominator:
|
||||
type: number
|
||||
minimum: 1
|
||||
default: 9
|
||||
color:
|
||||
type: color
|
||||
|
Loading…
Reference in New Issue
Block a user