close

Filter

Studio Developer Manual / Version 2412.0
Table Of Contents
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 })

  
Was this article useful?

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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