Studio Developer Manual / Version 2301
Table Of Contents
Every link list property editor has 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 })



