icon

This element lets you set the icons used in CUE to represent content items (for example, in search result lists, inboxes and so on) and story element types. You can only specify this element as the child of a content-type or story-element-type element: it is ignored in all other contexts. You must either specify the name of a built-in icon provided by CUE:

<ui:icon>news</ui:icon>

or the absolute URI of an image that you want to use as an icon:

<ui:icon>http://my-company-server/icons/custom-audio.png</ui:icon>

The icon images must have the following characteristics:

  • PNG format

  • Monochrome: black on a transparent background. CUE automatically inverts the colors where necessary

  • 32x32 pixels in size