mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add description explain what verion up workfile is
This commit is contained in:
parent
7ebdb7be41
commit
39ca9922bb
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ class WorkfilesLockProfile(BaseSettingsModel):
|
|||
class WorkfilesToolModel(BaseSettingsModel):
|
||||
version_up_workfile: bool = SettingsField(
|
||||
False,
|
||||
title="Version Up Workfile"
|
||||
title="Version Up Workfile",
|
||||
description="Add 'Version Up Workfile' to AYON menu"
|
||||
)
|
||||
workfile_template_profiles: list[WorkfileTemplateProfile] = SettingsField(
|
||||
default_factory=list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue