mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add a title to profiles
This commit is contained in:
parent
9dcfd06ed6
commit
daf35ecd0f
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ class ValidateContainersModel(BaseSettingsModel):
|
|||
|
||||
_isGroup = True
|
||||
plugin_state_profiles: list[ValidateContainersProfile] = SettingsField(
|
||||
default_factory=list
|
||||
default_factory=list,
|
||||
title="Plugin enable state profiles",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue