make shufflerepeat states writable
This commit is contained in:
parent
6002c19d5f
commit
dd47a51597
@ -3,12 +3,14 @@
|
|||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "shuffle",
|
"name": "shuffle",
|
||||||
"type": "bool"
|
"type": "bool",
|
||||||
|
"writable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "repeat",
|
"name": "repeat",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"allowedValues": ["None", "One", "All"]
|
"allowedValues": ["None", "One", "All"],
|
||||||
|
"writable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user