...
ContentButton - this is the same as the Image component but has an additional property content-id so that it can be used to launch the corresponding content.
ContentGrid - this is effectively a group of ContentButtons that are arranged in a grid and are specified using filters based on content type and content tags. For example, a grid of movies will have a type filter of ‘movie’, and a grid of mixed content types but all related to a particular use-case might have a tag filter of ‘training’ and no type filter. NB the location_x, location_y properties for a ContentGrid correspond to top-left. The ContentGrid title uses the theme heading size, colour, and font. The ContentGrid labels, which appear on each thumbnail, use the theme label size, colour, and font.
Layout - An additional feature in the content grid is the ability to add a content grid that will enable a user to switch between layouts by selecting a thumbnail. To do this you simply need to add a content grid and select the type “Layout”. The layout thumbnails will be automatically generated once a layout has been created and activated. The screenshot used will be automatically generated from the center of the layout.
...
Scenes
Scenes are content records that are designed to be easy to create, edit and delete and can be managed without using the Content user interface. All scenes are added to a special Content Grid called ‘Scenes’. Each scene is based on a template that determines the type of content it will launch. Scenes can combine 4 layers of content (movie or panorama, web, capture, external, and a custom command) which can all be launched at the same time and form part of the overall Igloo display.
...