Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Code Block
languagepy
themeDJango
ThumbnailsField(field='metadata.cast[*].profile_path_w185', alt='metadata.cast[*].name', detail='metadata.cast[*].name', full_size='metadata.cast[*].profile_path')