mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 fix invalid enabled flag
unrelated to the original PR, sorry
This commit is contained in:
parent
f943cb98e8
commit
5643cbb9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ class ValidatePluginPathAttributesModel(BaseSettingsModel):
|
|||
and the node attribute is <b>abc_file</b>
|
||||
"""
|
||||
|
||||
enabled: bool = True
|
||||
enabled: bool = SettingsField(title="Enabled")
|
||||
optional: bool = SettingsField(title="Optional")
|
||||
active: bool = SettingsField(title="Active")
|
||||
attribute: list[ValidatePluginPathAttributesAttrModel] = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue