mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Use host_names in Settings
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
3c287e1d64
commit
cafb4c9ad0
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