mirror of https://github.com/eyhc1/rendercv.git
themes: add theme field to ThemeOptions for better key ordering
This commit is contained in:
parent
42329a9319
commit
2151830d43
|
@ -180,6 +180,8 @@ class ThemeOptions(pydantic.BaseModel):
|
||||||
duplication.
|
duplication.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
theme: Literal["tobeoverwritten"]
|
||||||
|
|
||||||
model_config = pydantic.ConfigDict(extra="forbid")
|
model_config = pydantic.ConfigDict(extra="forbid")
|
||||||
|
|
||||||
font_size: Literal["10pt", "11pt", "12pt"] = pydantic.Field(
|
font_size: Literal["10pt", "11pt", "12pt"] = pydantic.Field(
|
||||||
|
|
Loading…
Reference in New Issue