Цитата: Удаленный пользователь от 3 июля, 2023, 1:01 пп
Добрый день!
Как удалить ручки в угловых модулях?
В коде JSON меняете
"doors": [
{
"type": "rtl",
"style": "full",
"handle_position": "bottom",
"starting_point_x": "100%",
"direction_x": "left"
}
],
на
"doors": [
{
"type": "ltr",
"no_handle_forced": 1,
"handle_position": "no_handle",
"starting_point_x": "100%",
"direction_x": "left"
}
],
Добрый день!
Как удалить ручки в угловых модулях?
В коде JSON меняете
"doors": [
{
"type": "rtl",
"style": "full",
"handle_position": "bottom",
"starting_point_x": "100%",
"direction_x": "left"
}
],
на
"doors": [
{
"type": "ltr",
"no_handle_forced": 1,
"handle_position": "no_handle",
"starting_point_x": "100%",
"direction_x": "left"
}
],