Add 'minimum' for some fields in Projector

This commit is contained in:
Ralf Peschke 2021-02-23 12:35:06 +01:00 committed by Finn Stutzenstein
parent d127541e24
commit 56c8b1c15c
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
1 changed files with 3 additions and 0 deletions

View File

@ -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