We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5b461 commit 672cec1Copy full SHA for 672cec1
Supremicus/DawnTitleCard.py
@@ -186,7 +186,7 @@ class CardModel(BaseCardTypeCustomFontAllText):
186
crt_state_overlay: bool = False
187
omit_gradient: bool = True
188
189
- @root_validator(skip_on_failure=True)
+ @root_validator(skip_on_failure=True, allow_reuse=True)
190
def validate_episode_text_font_file(cls, values: dict) -> dict:
191
# Specified as "{title_font}" - use title font file
192
if (etf := values['episode_text_font']) == '{title_font}':
0 commit comments