The Image Node is used to embed static, pre-rendered image files into the report. It translates directly to the AsciiDoc image macro, supporting essential attributes like source, caption, and alternative text.
|
Tip
|
Path Resolution
The src file path is typically resolved relative to the passed configuration file.
|
| Field | Type | Description | Default Value |
|---|---|---|---|
|
string |
Optional. Identifies the image node within the report. Used for internal cross referencing |
|
|
string |
Must be set to |
|
|
string |
Optional. A descriptive caption for the image. |
|
|
string |
The file path or URL of the image to embed. |
Required |
|
string |
An optional caption displayed beneath the image. If provided, the image is rendered using the |
|
|
string |
Alternative text for the image, used for accessibility and when the image cannot be displayed. |
|
|
List[strin] |
List of classnames to style the image. See Feel++ Antora UI for the complete list. |
["img-fluid"] |