mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 06:58:55 +00:00
75 lines
2.7 KiB
JSON
75 lines
2.7 KiB
JSON
{
|
|
"namespace": "sdl_dropdowns",
|
|
|
|
"sdl_dropdown_rows": {
|
|
"type": "panel",
|
|
"size": [ "100%", "100%c" ],
|
|
"controls": [
|
|
{
|
|
"toggle@sdl_dropdowns.sdl_rows_toggle": {
|
|
"size": [ "100%", 24 ],
|
|
"$toggle_name": "toggle.sdl_rows_dropdown",
|
|
"bindings": [
|
|
{
|
|
"binding_type": "$store_factory_collection_details",
|
|
"binding_collection_name": "$store_factory_collection_name",
|
|
"binding_collection_prefix": "$store_factory_collection_prefix"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"sdl_rows_toggle@common_toggles.light_content_toggle": {
|
|
"$ignore_content_toggle_image": true,
|
|
|
|
"$default_checked_text_color": "$dropdown_radio_background_checked_color",
|
|
"$hover_texture": "textures/ui/button_borderless_lightpressednohover",
|
|
|
|
"$content_toggle_label_offset": [ 0, 0 ],
|
|
"$content_toggle_label_font_type": "Default",
|
|
|
|
"$content_toggle_icon_size": [ 11, 11 ],
|
|
"$checked_toggle_icon": "textures/ui/dropdown_chevron_up",
|
|
"$checked_hover_toggle_icon": "textures/ui/chevron_white_up",
|
|
"$unchecked_toggle_icon": "textures/ui/dropdown_chevron",
|
|
"$unchecked_hover_toggle_icon": "textures/ui/chevron_white_down",
|
|
|
|
"$toggle_binding_type": "$store_factory_binding_type",
|
|
"$toggle_binding_condition": "visible",
|
|
"$toggle_grid_collection_name": "$store_factory_collection_name",
|
|
"$toggle_state_binding_name": "#sdl_dropdown_row_expanded",
|
|
"$toggle_parent_collection_details_prefix": "$store_factory_collection_prefix",
|
|
"$toggle_parent_collection_details": "$store_factory_collection_details",
|
|
"$toggle_parent_collection_details_name": "$store_factory_collection_name",
|
|
|
|
"$sdl_factory_size": [ "fill", "100%" ],
|
|
"$sdl_label_max_size": [ "100%", "100% - 4px" ],
|
|
|
|
"$content_toggle_panel_content": "sdl_label.sdl_label_factory",
|
|
|
|
"$sdl_label_binding_name": "#header_label_from_style",
|
|
"$sdl_label_text_color": "#header_label_color",
|
|
"$sdl_label_font_type": "#header_label_font_type",
|
|
"$sdl_label_font_scalar": "#header_label_font_scale",
|
|
"$sdl_label_alignment": "#header_label_alignment",
|
|
"$sdl_label_binding_type": "collection",
|
|
|
|
"$content_image_binding_name": "textures/ui/chevron_white_down",
|
|
"$sdl_factory_bindings": [
|
|
{
|
|
"binding_type": "$store_factory_collection_details",
|
|
"binding_collection_name": "$store_factory_collection_name",
|
|
"binding_collection_prefix": "$store_factory_collection_prefix"
|
|
},
|
|
{
|
|
"binding_name": "#header_label_id",
|
|
"binding_type": "collection",
|
|
"binding_collection_name": "$store_factory_collection_name",
|
|
"binding_name_override": "#collection_length"
|
|
}
|
|
]
|
|
}
|
|
}
|