Moved and cleaned

This commit is contained in:
DaanV2
2023-10-24 20:00:09 +02:00
parent 41ba8d8df0
commit 1f7449f3e1
22 changed files with 21 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Control Header",
"description": "The header of the TTS control.",
"$ref": "../../general/string.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Control Type Order Priority",
"description": "The priority of the TTS control type order.",
"$ref": "../../general/integer.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Ignore Count",
"description": "The number of TTS ignores.",
"$ref": "../../general/integer.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Ignore Subsections",
"description": "If true, the element will ignore subsections.",
"$ref": "../../general/boolean.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Index Priority",
"description": "The priority of the TTS index.",
"$ref": "../../general/integer.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Inherit Siblings",
"description": "If true, the element will inherit its siblings.",
"$ref": "../../general/boolean.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Name",
"description": "The name of the TTS.",
"$ref": "../../general/string.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Override Control Value",
"description": "If true, the TTS will override the control value.",
"$ref": "../../general/boolean.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Section Header",
"description": "The header of the TTS section.",
"$ref": "../../general/string.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Toggle Off",
"description": "If true, the TTS will toggle off.",
"$ref": "../../general/boolean.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Toggle On",
"description": "If true, the TTS will toggle on.",
"$ref": "../../general/boolean.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Value Changed",
"description": "If true, the TTS value will change.",
"$ref": "../../general/boolean.json"
}

View File

@@ -0,0 +1,5 @@
{
"title": "TTS Value Order Priority",
"description": "The priority of the TTS value order.",
"$ref": "../../general/integer.json"
}