mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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",
|
"type": "boolean",
|
||||||
"key": "cycle_enabled",
|
"key": "cycle_enabled",
|
||||||
"label": "Create daily review session"
|
"label": "Run automatically every day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "separator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "list-strict",
|
"type": "list-strict",
|
||||||
|
|
@ -419,17 +422,19 @@
|
||||||
"tooltip": "This may take affect on next day",
|
"tooltip": "This may take affect on next day",
|
||||||
"object_types": [
|
"object_types": [
|
||||||
{
|
{
|
||||||
"label": "HMS",
|
"label": "H:",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 23,
|
"maximum": 23,
|
||||||
"decimal": 0
|
"decimal": 0
|
||||||
}, {
|
}, {
|
||||||
|
"label": "M:",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 59,
|
"maximum": 59,
|
||||||
"decimal": 0
|
"decimal": 0
|
||||||
}, {
|
}, {
|
||||||
|
"label": "S:",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 59,
|
"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"
|
"type": "separator"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue