Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

Custom icons

Customize content type icons

To add custom icons for existing content types or custom content types in Cohesivo, use the following configuration under the ibexa.system.<scope>.content_type configuration key:

1
2
3
4
5
6
7
8
ibexa:
    system:
        default:
            content_type:
                article:
                    thumbnail: /assets/images/custom_icon.svg#custom
                category:
                    thumbnail: /bundles/ibexaadminuiassets/vendors/ids-assets/dist/img/all-icons.svg#folder

Place the icon in public/assets/images and run yarn encore <dev|prod> after adding it.

Icons format

To ensure proper display in the back office, all icons should have SVG format with symbol.

Use the scope if you want different icons for different SiteAccesses.