close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2310

Table Of Contents
Link writer

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

            !LinkWriter
          

The output format is fixed.

For internal links:

            <a data-href="[LINK-URI]">...</a>
          

For external links:

            <a href="[LINK-URI]">...</a>
          
PropertyDescription
attributeTransformersOptional transformation rules for the element’s attributes.

Table 5.7. Available properties for !LinkWriter.


Example:

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

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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