vonheldenundgestalten/contao-autowrap

There is no license information available for the latest version (5.3.1) of this package.

Contao 5.3 bundle to wrap content elements for easier page layout and HTML organization.

Maintainers

Package info

github.com/vonheldenundgestalten/contao-autowrap

Type:contao-bundle

pkg:composer/vonheldenundgestalten/contao-autowrap

Statistics

Installs: 54

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

5.3.1 2026-03-10 09:44 UTC

This package is auto-updated.

Last update: 2026-03-10 09:45:51 UTC


README

Contao 4 bundle to wrap content elements for easier page layout and HTML organization.

The extension automatically wraps the same content elements in a div for applying CSS to the collection of items, for example flex or grid based arrangements of the unit. Current structure for the wrap:

<div class="autowrap autowrap-<elementname> autowrap-element-count-<number of elements>">
    <div class="inside">
       <elements>
    </div>
</div>

Elements and Aliases for the same element can be mixed.

Usage

  • Go to settings and select which elements should be wrapped
  • Done :)

Screenshot of a recent project using autowrap. Don't mind the weird element names, we use a lot of custom content elements ;)

Multiple content elements can be selected - but we only create groups of the same elements within one wrap.