mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge remote-tracking branch 'origin/enhancement/AY-5539_define-creators-per-task' into enhancement/AY-5539_define-creators-per-task
This commit is contained in:
commit
2cdb980508
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ class FilterCreatorProfile(BaseSettingsModel):
|
|||
"""Provide list of allowed Creator identifiers for context"""
|
||||
|
||||
_layout = "expanded"
|
||||
hosts: list[str] = SettingsField(default_factory=list, title="Hosts")
|
||||
host_names: list[str] = SettingsField(
|
||||
default_factory=list, title="Host names"
|
||||
)
|
||||
task_types: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
title="Task types",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue