2
0

⬆️ Upgrade and improve plate editor

Closes #606
This commit is contained in:
Baptiste Arnaud
2024-02-27 10:03:55 +01:00
parent ce17ce5061
commit b9e54686d5
18 changed files with 704 additions and 1517 deletions

View File

@ -19460,6 +19460,37 @@
"type": "string"
}
}
},
"progressBar": {
"type": "object",
"properties": {
"isEnabled": {
"type": "boolean"
},
"color": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"placement": {
"type": "string",
"enum": [
"Top",
"Bottom"
]
},
"thickness": {
"type": "number"
},
"position": {
"type": "string",
"enum": [
"fixed",
"absolute"
]
}
}
}
}
},