You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
498 B
20 lines
498 B
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; |
|
} |
|
} |
|
}
|
|
|