An open API service indexing awesome lists of open source software.

https://github.com/lgraubner/contao-link-blank-inserttag

Additinal inserttag to create links which open in a new window.
https://github.com/lgraubner/contao-link-blank-inserttag

contao link-blank

Last synced: about 1 month ago
JSON representation

Additinal inserttag to create links which open in a new window.

Awesome Lists containing this project

README

        

# link_blank inserttag

Additional inserttag to create links similar to `{{link::*}}` with `target="_blank"` attribute.

## Usage

This inserttag accepts a page id or alias.

```PHP
{{link_blank::123}}
```

```PHP
{{link_blank::page/alias}}
```

## Installation

Install via Contao backend or download latest version on [Contao Extension Repository](https://contao.org/erweiterungsliste/view/link_blank_inserttag.html).