2
0

(rating) Add start number option in Rating block

This commit is contained in:
Baptiste Arnaud
2024-02-06 17:01:53 +01:00
parent 5a7ec5c921
commit 3e2533b934
11 changed files with 71 additions and 13 deletions

View File

@ -6231,6 +6231,14 @@
"length": {
"type": "number"
},
"startsAt": {
"anyOf": [
{
"type": "number"
},
{}
]
},
"labels": {
"type": "object",
"properties": {