image content provider

blackstork/builtin, v0.4.2

Description

Returns an image tag

The content provider is built-in, which means it’s a part of fabric binary. It’s available out-of-the-box, no installation required.

Configuration

The content provider doesn’t support any configuration arguments.

Usage

The content provider supports the following execution arguments:

content image {
  # Required string.
  # Must have a length of at least 1
  # For example:
  src = "https://example.com/img.png"

  # Optional string.
  # For example:
  # alt = "Text description of the image"
  # 
  # Default value:
  alt = null
}