Fixing schemas
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Prevent Touch Input",
|
||||
"description": "If true, touch input will be prevented from passing through this element.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Control Header",
|
||||
"description": "The header of the TTS control.",
|
||||
"$ref": "../../general/string.json"
|
||||
"$ref": "../../../general/string.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Control Type Order Priority",
|
||||
"description": "The priority of the TTS control type order.",
|
||||
"$ref": "../../general/integer.json"
|
||||
"$ref": "../../../general/integer.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Ignore Count",
|
||||
"description": "The number of TTS ignores.",
|
||||
"$ref": "../../general/integer.json"
|
||||
"$ref": "../../../general/integer.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Ignore Subsections",
|
||||
"description": "If true, the element will ignore subsections.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
"$ref": "../../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Index Priority",
|
||||
"description": "The priority of the TTS index.",
|
||||
"$ref": "../../general/integer.json"
|
||||
"$ref": "../../../general/integer.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Inherit Siblings",
|
||||
"description": "If true, the element will inherit its siblings.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
"$ref": "../../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Name",
|
||||
"description": "The name of the TTS.",
|
||||
"$ref": "../../general/string.json"
|
||||
"$ref": "../../../general/string.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Override Control Value",
|
||||
"description": "If true, the TTS will override the control value.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
"$ref": "../../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Section Header",
|
||||
"description": "The header of the TTS section.",
|
||||
"$ref": "../../general/string.json"
|
||||
"$ref": "../../../general/string.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Toggle Off",
|
||||
"description": "If true, the TTS will toggle off.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
"$ref": "../../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Toggle On",
|
||||
"description": "If true, the TTS will toggle on.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
"$ref": "../../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Value Changed",
|
||||
"description": "If true, the TTS value will change.",
|
||||
"$ref": "../../general/boolean.json"
|
||||
"$ref": "../../../general/boolean.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "TTS Value Order Priority",
|
||||
"description": "The priority of the TTS value order.",
|
||||
"$ref": "../../general/integer.json"
|
||||
"$ref": "../../../general/integer.json"
|
||||
}
|
||||
@@ -36,7 +36,7 @@
|
||||
"initial_uv": { "$ref": "./elements/properties/initial_uv.json" },
|
||||
"next": { "$ref": "./elements/properties/next.json" },
|
||||
"play_event": { "$ref": "./elements/properties/play_event.json" },
|
||||
"propagate_alpha": { "$ref": "./elements/properties/propagate_alpha.json" },
|
||||
"propagate_alpha": { "$ref": "./elements/properties/alpha.json" },
|
||||
"reversible": { "$ref": "./elements/properties/reversible.json" },
|
||||
"scale_from_starting_alpha": { "$ref": "./elements/properties/scale_from_starting_alpha.json" },
|
||||
"to": { "$ref": "./elements/properties/to.json" },
|
||||
|
||||
Reference in New Issue
Block a user