trayp: identifier as key in settings didnt work with dot

This commit is contained in:
Jakub Jezek 2022-07-08 11:34:31 +02:00
parent 2270c97290
commit aa79551ced
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ class EditorialSimpleCreator(TrayPublishCreator):
label = "Editorial Simple"
family = "editorial"
identifier = "editorial.simple"
identifier = "editorialSimple"
default_variants = [
"main",
"review"

View file

@ -33,7 +33,7 @@
}
],
"editorial_creators": {
"editorial.simple": {
"editorialSimple": {
"default_variants": [
"Main"
]

View file

@ -90,7 +90,7 @@
{
"type": "dict",
"collapsible": true,
"key": "editorial.simple",
"key": "editorialSimple",
"label": "Editorial simple creator",
"use_label_wrap": true,
"collapsible_key": true,