mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
group "IBox_Config" struct {
|
|
group "items" list {
|
|
group "IBox_Config_Item" struct {
|
|
value "id" string: "0";
|
|
value "show_label" int: 0;
|
|
value "show_zone" int: 1;
|
|
value "show_desk" int: 0;
|
|
value "icon_label" int: 0;
|
|
}
|
|
}
|
|
group "items" list {
|
|
group "IBox_Config_Item" struct {
|
|
value "id" string: "ibox.1";
|
|
value "show_label" int: 0;
|
|
value "show_zone" int: 1;
|
|
value "show_desk" int: 0;
|
|
value "icon_label" int: 0;
|
|
}
|
|
}
|
|
}
|