⚡ (rating) Add start number option in Rating block
This commit is contained in:
@ -6231,6 +6231,14 @@
|
||||
"length": {
|
||||
"type": "number"
|
||||
},
|
||||
"startsAt": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{}
|
||||
]
|
||||
},
|
||||
"labels": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user