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

@@ -1,5 +0,0 @@
{
"title": "Hover Alpha",
"description": "The alpha of the text when hovered.",
"$ref": "../../general/number.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Hover Color",
"description": "The color of the text when hovered. This can be a hex color code or a color keyword.",
"$ref": "../../general/color.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Locked Alpha",
"description": "The alpha of the text when locked.",
"$ref": "../../general/number.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Locked Color",
"description": "The color of the text when locked. This can be a hex color code or a color keyword.",
"$ref": "../../general/color.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Pressed Alpha",
"description": "The alpha of the text when pressed.",
"$ref": "../../general/number.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Pressed Color",
"description": "The color of the text when pressed. This can be a hex color code or a color keyword.",
"$ref": "../../general/color.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Prevent Touch Input",
"description": "If true, the element will prevent touch input.",
"$ref": "../../general/boolean.json"
}

View File

@@ -1,5 +0,0 @@
{
"title": "Propagate Alpha",
"description": "If true, the alpha will be propagated.",
"$ref": "../../general/boolean.json"
}