close

Filter

loading table of contents...

Studio Developer Manual / Version 2310

Table Of Contents

9.25 Thumbnails

Thumbnails

Figure 9.9. Thumbnails


Thumbnails can be found in different parts of the Studio for various items. For example content, commerce or content hub items. Components like the link list property editor have the option to show a thumbnail as a preview of the linked content. Enable the thumbnail by setting the component property showThumbnails to true.

    import Config from "@jangaroo/runtime/Config";
import LinkListPropertyField from "@coremedia/studio-client.main.editor-components/sdk/premular/fields/LinkListPropertyField";

//...
Config(LinkListPropertyField, { propertyName: config.propertyName, showThumbnails: true })

  

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.