diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json index 4045870a9a..92abe7064e 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json @@ -208,17 +208,24 @@ { "type": "number", "key": "font_size", - "label": "Font size" + "label": "Font size", + "minimum": 0 }, { "type": "number", "key": "opacity", - "label": "Font opacity" + "label": "Font opacity", + "decimal": 2, + "maximum": 1, + "minimum": 0 }, { "type": "number", "key": "bg_opacity", - "label": "Background opacity" + "label": "Background opacity", + "decimal": 2, + "maximum": 1, + "minimum": 0 }, { "type": "number",