Versions Compared

Key

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

The Image Field is for displaying full size images in the UI.

ImageField

This field has no aditional parameters other than the ones in the regular dynamic field.

...

ParameterTypeDefaultRequiredDescription
typeDynamicFieldTypeIMAGETrueType of the dynamic field.
altUnion[str, None]-FalseAlternative text for the image.
titleUnion[str, None]-FalseTitle text for the image.


Configuration Example

Code Block
languagepy
themeDJango
ImageField(field='data.user.picture', alt='No image available', title='data.user.name')