Update config-schema.json to add final_name

This commit is contained in:
bullmoose20 2024-02-10 16:23:23 -05:00 committed by GitHub
parent 302c3d1d75
commit c007d43ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1552,6 +1552,7 @@
"back_width": { "type": "integer", "exclusiveMinimum": 0 },
"builder_level": { "type": "string", "enum": ["show","season","episode"] },
"file": { "type": "string" },
"final_name": { "type": "string" },
"flag_alignment": { "type": "string", "enum": ["left","right"] },
"font_color": { "type": "string", "pattern": "^\\#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$" },
"font_size": { "type": "integer", "exclusiveMinimum": 0 },