Versions Compared

Key

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

...

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


Example Configuration

...

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

...