mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
trayp: identifier as key in settings didnt work with dot
This commit is contained in:
parent
2270c97290
commit
aa79551ced
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ class EditorialSimpleCreator(TrayPublishCreator):
|
|||
|
||||
label = "Editorial Simple"
|
||||
family = "editorial"
|
||||
identifier = "editorial.simple"
|
||||
identifier = "editorialSimple"
|
||||
default_variants = [
|
||||
"main",
|
||||
"review"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
],
|
||||
"editorial_creators": {
|
||||
"editorial.simple": {
|
||||
"editorialSimple": {
|
||||
"default_variants": [
|
||||
"Main"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "editorial.simple",
|
||||
"key": "editorialSimple",
|
||||
"label": "Editorial simple creator",
|
||||
"use_label_wrap": true,
|
||||
"collapsible_key": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue