DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

ConfigurationΒΆ

The definition of the link layout differs for external, internal, mail and filelinks in detail. The possible value are always image, linkTag, filesize and string, the position of each element is given via an index. Note that you can add as many elements as you want to.

For all types it's important to place the TypoScript at the right place, otherwise the extension will do nothing. By default the extension's configuration is set in:

  • tt_content.text.20.parseFunc.tags.link
  • tt_content.text.20.parseFunc.tags.typolist.default.parseFunc.tags.link
  • lib.parseFunc.tags.link
  • lib.parseFunc_RTE.tags.link

Tip

You may need to extend the default extension's configuration if you want to process output of 3rd-party extensions. E.g., with tt_news, you should add this:

plugin.tt_news.displaySingle.content_stdWrap.parseFunc < lib.parseFunc_RTE