Table of Contents | ||
---|---|---|
|
image
Images can be dynamically rendered using the {{image}}
function. The image data can either be fetched from a public url with the url=…
attribute or by passing directly some base64 encoded image data (data=…
). The attribute values can be passed either as static values or from a variable in the current context.
...