Category Images

Documentation on how to add icons/images to Sidebar Categories.

triangle-exclamation
triangle-exclamation

Category Images are images located right next to Category name on sidebar or above Category name in Categories Browse Modal.

You can add images to whichever category you want (+ for Home & CMS Pages) but they can't be added to subcategories.

To add Category Images you have to go to 'layout.html' file and at the top in category_images section change enabled to true. In id field you need to put ID/Name (lowercase) of Category & in image you have to put direct link to image.

Now you can copy/paste configuration over and over for all of your categories/pages.

Example with multiple images:

list: [{
    id: "123",
    image: "https://i.imgur.io/image.png"
}, {
    id: "1234",
    image: "https://i.imgur.io/image.png"
}]

Last updated