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"
}

View File

@@ -133,8 +133,8 @@
"handle_deselect": { "$ref": "./elements/properties/handle_deselect.json" },
"handle_select": { "$ref": "./elements/properties/handle_select.json" },
"hide_hyphen": { "$ref": "./elements/properties/hide_hyphen.json" },
"hover_alpha": { "$ref": "./elements/properties/hover_alpha.json" },
"hover_color": { "$ref": "./elements/properties/hover_color.json" },
"hover_alpha": { "$ref": "./elements/properties/alpha.json" },
"hover_color": { "$ref": "./elements/properties/color.json" },
"hover_control": { "$ref": "./elements/properties/hover_control.json" },
"hover_enabled": { "$ref": "./elements/properties/hover_enabled.json" },
"ignored": { "$ref": "./elements/properties/ignored.json" },
@@ -148,8 +148,8 @@
"keep_ratio": { "$ref": "./elements/properties/keep_ratio.json" },
"layer": { "$ref": "./elements/properties/layer.json" },
"localize": { "$ref": "./elements/properties/localize.json" },
"locked_alpha": { "$ref": "./elements/properties/locked_alpha.json" },
"locked_color": { "$ref": "./elements/properties/locked_color.json" },
"locked_alpha": { "$ref": "./elements/properties/alpha.json" },
"locked_color": { "$ref": "./elements/properties/color.json" },
"locked_control": { "$ref": "./elements/properties/locked_control.json" },
"low_frequency_rendering": { "$ref": "./elements/properties/low_frequency_rendering.json" },
"max_length": { "$ref": "./elements/properties/max_length.json" },
@@ -160,14 +160,14 @@
"offset": { "$ref": "./elements/properties/offset.json" },
"orientation": { "$ref": "./elements/properties/orientation.json" },
"place_holder_control": { "$ref": "./elements/properties/place_holder_control.json" },
"pressed_alpha": { "$ref": "./elements/properties/pressed_alpha.json" },
"pressed_color": { "$ref": "./elements/properties/pressed_color.json" },
"pressed_alpha": { "$ref": "./elements/properties/alpha.json" },
"pressed_color": { "$ref": "./elements/properties/color.json" },
"pressed_control": { "$ref": "./elements/properties/pressed_control.json" },
"prevent_touch_input": { "$ref": "./elements/properties/prevent_touch_input.json" },
"primary_color": { "$ref": "./elements/properties/primary_color.json" },
"primary_color": { "$ref": "./elements/properties/color.json" },
"progress_control": { "$ref": "./elements/properties/progress_control.json" },
"progress_hover_control": { "$ref": "./elements/properties/progress_hover_control.json" },
"propagate_alpha": { "$ref": "./elements/properties/propagate_alpha.json" },
"propagate_alpha": { "$ref": "./elements/properties/alpha.json" },
"property_bag": { "$ref": "./elements/properties/property_bag.json" },
"radio_toggle_group": { "$ref": "./elements/properties/radio_toggle_group.json" },
"render_game_behind": { "$ref": "./elements/properties/render_game_behind.json" },
@@ -222,19 +222,19 @@
"toggle_off_button": { "$ref": "./elements/properties/toggle_off_button.json" },
"toggle_on_button": { "$ref": "./elements/properties/toggle_on_button.json" },
"touch_mode": { "$ref": "./elements/properties/touch_mode.json" },
"tts_control_header": { "$ref": "./elements/properties/tts_control_header.json" },
"tts_control_type_order_priority": { "$ref": "./elements/properties/tts_control_type_order_priority.json" },
"tts_ignore_count": { "$ref": "./elements/properties/tts_ignore_count.json" },
"tts_ignore_subsections": { "$ref": "./elements/properties/tts_ignore_subsections.json" },
"tts_index_priority": { "$ref": "./elements/properties/tts_index_priority.json" },
"tts_inherit_siblings": { "$ref": "./elements/properties/tts_inherit_siblings.json" },
"tts_name": { "$ref": "./elements/properties/tts_name.json" },
"tts_override_control_value": { "$ref": "./elements/properties/tts_override_control_value.json" },
"tts_section_header": { "$ref": "./elements/properties/tts_section_header.json" },
"tts_toggle_off": { "$ref": "./elements/properties/tts_toggle_off.json" },
"tts_toggle_on": { "$ref": "./elements/properties/tts_toggle_on.json" },
"tts_value_changed": { "$ref": "./elements/properties/tts_value_changed.json" },
"tts_value_order_priority": { "$ref": "./elements/properties/tts_value_order_priority.json" },
"tts_control_header": { "$ref": "./elements/properties/tts/control_header.json" },
"tts_control_type_order_priority": { "$ref": "./elements/properties/tts/control_type_order_priority.json" },
"tts_ignore_count": { "$ref": "./elements/properties/tts/ignore_count.json" },
"tts_ignore_subsections": { "$ref": "./elements/properties/tts/ignore_subsections.json" },
"tts_index_priority": { "$ref": "./elements/properties/tts/index_priority.json" },
"tts_inherit_siblings": { "$ref": "./elements/properties/tts/inherit_siblings.json" },
"tts_name": { "$ref": "./elements/properties/tts/name.json" },
"tts_override_control_value": { "$ref": "./elements/properties/tts/override_control_value.json" },
"tts_section_header": { "$ref": "./elements/properties/tts/section_header.json" },
"tts_toggle_off": { "$ref": "./elements/properties/tts/toggle_off.json" },
"tts_toggle_on": { "$ref": "./elements/properties/tts/toggle_on.json" },
"tts_value_changed": { "$ref": "./elements/properties/tts/value_changed.json" },
"tts_value_order_priority": { "$ref": "./elements/properties/tts/value_order_priority.json" },
"ttsSectionContainer": { "$ref": "./elements/properties/ttsSectionContainer.json" },
"type": { "$ref": "./elements/properties/type.json" },
"unchecked_control": { "$ref": "./elements/properties/unchecked_control.json" },