shop_category
A category within a shop — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | shop_category |
| Type | Misc |
| Color | Orange |
| Icon | mdi:tag |
Description
A category/tab within a shop definition. Allows organizing shop items into tabs with custom icons and display names.
Fields
| Field | Type | Description |
|---|---|---|
displayName | String | Display name for this category tab. |
icon | Var<Item> | Icon item for this category tab. |
itemIndices | List<Int> | Items belonging to this category (by index in the parent shop). |
layoutId | String | Layout pool ID for this category's item display. If empty, uses the parent shop's main layout. |
Usage Example
- entry: shop_category
name: "A category within a shop"
displayName: ""
icon: ""
itemIndices: 0
layoutId: ""