An extension for Contao Open Source CMS
Provides content elements for building any html structure in an article without a need for using templates.
- Contao 3.2.x - 3.5.x, 4.4+
- PHP 5.6 - 7.x
Not tested with Contao 4.0 - 4.3 but probably works with them. Not tested with PHP < 5.6 but probably works with few earlier versions.
Using composer (for 3.5 and 4.4+):
$ composer require postyou/contao-wrapper_tags
All just by clicking.
Every tag can have any desire attribute. The insert tags are allowed to form the attributes' names & values.
In the article list view:
The code result in the front end:
<div class="big-font" id="container-1" data-person="chef-12" page-5="profile">
<span class="red">
In the article list view:
The code result in the front end:
</div>
</span>
In the article list view:
The code result in the front end:
<div id="ajax-data"></div>
<img src="files/website/1.jpg">
They are indented and specially colored at deeper levels.
The code result in the front end:
<div id="container-1" data-person="chef-12" page-5="profile" class="big-font">
<div class="red">
<h1 class="ce_headline">Hello</h1>
<div id="ajax-data"></div>
<img src="files/website/1.jpg">
<article>
<div>
<span data-date="13/02/2018">
<h1 class="ce_headline">Very nice plugin</h1>
</span>
</div>
</article>
</div>
</div>
Created by Mike. Maintained and further development by Postyou