mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-24 08:58:51 -04:00
themes: add theme field to ThemeOptions for better key ordering
This commit is contained in:
@@ -180,6 +180,8 @@ class ThemeOptions(pydantic.BaseModel):
|
||||
duplication.
|
||||
"""
|
||||
|
||||
theme: Literal["tobeoverwritten"]
|
||||
|
||||
model_config = pydantic.ConfigDict(extra="forbid")
|
||||
|
||||
font_size: Literal["10pt", "11pt", "12pt"] = pydantic.Field(
|
||||
|
||||
Reference in New Issue
Block a user