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
|
default: 0
|
||||||
width:
|
width:
|
||||||
type: number
|
type: number
|
||||||
|
minimum: 1
|
||||||
default: 1200
|
default: 1200
|
||||||
aspect_ratio_numerator:
|
aspect_ratio_numerator:
|
||||||
type: number
|
type: number
|
||||||
|
minimum: 1
|
||||||
default: 16
|
default: 16
|
||||||
aspect_ratio_denominator:
|
aspect_ratio_denominator:
|
||||||
type: number
|
type: number
|
||||||
|
minimum: 1
|
||||||
default: 9
|
default: 9
|
||||||
color:
|
color:
|
||||||
type: color
|
type: color
|
||||||
|
Loading…
Reference in New Issue
Block a user