Chore: regenerate schemas for studio

This commit is contained in:
Pieter Vander Vennet 2024-06-19 00:28:30 +02:00
parent 702dcd7e15
commit f2e3888a56
16 changed files with 128 additions and 98 deletions

View file

@ -254,7 +254,7 @@ export default {
"type": "object",
"properties": {
"icon": {
"description": "question: What icon should be used?\ntype: icon\nsuggestions: return Constants.defaultPinIcons.map(i => ({if: \"value=\"+i, then: i, icon: i}))",
"description": "question: What icon should be used?\ntype: icon\ntypes: Use a dynamic value ; icon\nsuggestions: return Constants.defaultPinIcons.map(i => ({if: \"value=\"+i, then: i, icon: i}))",
"anyOf": [
{
"$ref": "#/definitions/MinimalTagRenderingConfigJson"
@ -278,7 +278,7 @@ export default {
]
},
"color": {
"description": "question: What colour should the icon be?\nThis will only work for the default icons such as `pin`,`circle`,...\ntype: color",
"description": "question: What colour should the icon be?\nThis will only work for the default icons such as `pin`,`circle`,...\ntype: color\ntypes: Use a dynamic color ; icon",
"anyOf": [
{
"$ref": "#/definitions/MinimalTagRenderingConfigJson"