close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2412.0

Table Of Contents
Image Writer

Output handler that generates embedded image tags. Uses the default link builder.

          !ImageWriter
        

The output format is fixed to:

          <img data-src="[LINK-URI]" alt="[IMG-ALT-TEXT]"/>
        
PropertyDescription
attributeTransformersOptional transformation rules for the element’s attributes.

Table 5.6. Available properties for !ImageWriter.


Example:

  contexts:
    - !Context
      name: headline
      defaultHandler:
        !Handler
        eventMatcher:   ...
        contextHandler: ...
        outputHandler: !ImageWriter
        ...
        

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.