mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added description to plugin
This commit is contained in:
parent
5954709910
commit
57384baf6b
1 changed files with 6 additions and 1 deletions
|
|
@ -77,6 +77,7 @@ class PluginStateByHostModel(BaseSettingsModel):
|
|||
plugin_state_profiles: list[PluginStateByHostModelProfile] = SettingsField(
|
||||
default_factory=list,
|
||||
title="Plugin enable state profiles",
|
||||
description="Change plugin state based on host name."
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -789,7 +790,11 @@ class PublishPuginsModel(BaseSettingsModel):
|
|||
)
|
||||
ValidateVersion: PluginStateByHostModel = SettingsField(
|
||||
default_factory=PluginStateByHostModel,
|
||||
title="Validate Version"
|
||||
title="Validate Version",
|
||||
description=(
|
||||
"Validate that product version to integrate"
|
||||
" is newer than latest version in AYON."
|
||||
)
|
||||
)
|
||||
ValidateOutdatedContainers: PluginStateByHostModel = SettingsField(
|
||||
default_factory=PluginStateByHostModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue