Prototype/TipsAndTricksItemCategory
Jump to navigation
Jump to search
Prototype definitions » Prototype/TipsAndTricksItemCategory
A Prototype/TipsAndTricksItem category, used for sorting of tips and tricks entries: Tips and trick entries are sorted first by category and then by their order within that category.
Prototype/TipsAndTricksItemCategory — tips-and-tricks-item-category | ||
name | :: | string |
order | :: | Order |
type | :: | string |
Mandatory properties
type
Type: string
Must be "tips-and-tricks-item-category".
name
Type: string
order
Type: Order
Tips and trick categories are sorted by order
, and then the tips and tips entries are sorted by their own order within those categories.