mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modified labels
This commit is contained in:
parent
beb53f7ccb
commit
e74f526def
1 changed files with 11 additions and 2 deletions
|
|
@ -410,7 +410,10 @@
|
|||
{
|
||||
"type": "boolean",
|
||||
"key": "cycle_enabled",
|
||||
"label": "Create daily review session"
|
||||
"label": "Run automatically every day"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"type": "list-strict",
|
||||
|
|
@ -419,17 +422,19 @@
|
|||
"tooltip": "This may take affect on next day",
|
||||
"object_types": [
|
||||
{
|
||||
"label": "HMS",
|
||||
"label": "H:",
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"maximum": 23,
|
||||
"decimal": 0
|
||||
}, {
|
||||
"label": "M:",
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"maximum": 59,
|
||||
"decimal": 0
|
||||
}, {
|
||||
"label": "S:",
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"maximum": 59,
|
||||
|
|
@ -437,6 +442,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "This can't be overriden per project and any change will take effect on the next day or on restart of event server."
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue