You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The Thumbnails Field is meant to display small sized images in the UI, it may display several images at a time when used with JMESPath.

ThumbnailsField

ParameterTypeDefaultRequiredDescription
missing_iconstr'image_not_supported'FalseDefault text for missing images.

_ThumbnailsFieldUI

ParameterTypeDefaultRequiredDescription
typeDynamicFieldTypeTHUMBNAILSTrueType of the dynamic field.
detailUnion[str, None]-FalseDetail information for thumbnails.
full_sizeUnion[str, None]-FalseFull-size image information.
altUnion[str, None]-FalseAlternative text for thumbnails.
uniquebool-FalseUnique flag for thumbnails (Excluded from documentation).

Example Configuration

ThumbnailsField(field='metadata.cast[*].profile_path_w185', alt='metadata.cast[*].name', detail='metadata.cast[*].name', full_size='metadata.cast[*].profile_path')
  • No labels