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.
- Host: GitHub
- URL: https://github.com/lgraubner/contao-link-blank-inserttag
- Owner: lgraubner
- Created: 2014-11-21T19:38:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T14:06:45.000Z (over 9 years ago)
- Last Synced: 2025-03-27T16:53:19.441Z (about 1 month ago)
- Topics: contao, link-blank
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).