mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
✨ support product aliases in the publisher
This commit is contained in:
parent
2d0364d155
commit
a1cdaf1015
6 changed files with 45 additions and 23 deletions
|
|
@ -260,7 +260,7 @@ class FilterEnvsProfileModel(BaseSettingsModel):
|
|||
|
||||
|
||||
class ProductAliasMappingItemModel(BaseSettingsModel):
|
||||
_layout = "expanded"
|
||||
_layout = "compact"
|
||||
base: str = SettingsField("", title="Base product type")
|
||||
alias: str = SettingsField("", title="Alias name")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue