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

Compare with Current View Page History

« Previous Version 4 Next »

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.

_ImageFieldUI

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


Example Configuration

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



  • No labels