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