mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
replace html tags with markdown
This commit is contained in:
parent
f11fba0a14
commit
a28f4959e6
1 changed files with 2 additions and 2 deletions
|
|
@ -459,8 +459,8 @@ class ExtractReviewFilterModel(BaseSettingsModel):
|
|||
single_frame_filter: str = SettingsField(
|
||||
"everytime", # codespell:ignore everytime
|
||||
description=(
|
||||
"Use output <b>always</b> / only if input <b>is 1 frame</b>"
|
||||
" image / only if has <b>2+ frames</b> or <b>is video</b>"
|
||||
"Use output **always** / only if input **is 1 frame**"
|
||||
" image / only if has **2+ frames** or **is video**"
|
||||
),
|
||||
enum_resolver=extract_review_filter_enum
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue