contao-community-alliance/contao-polyfill-bundle

This polyfill bundle support some contao features in older versions.

Package info

github.com/contao-community-alliance/contao-polyfill-bundle

Homepage

Type:contao-bundle

pkg:composer/contao-community-alliance/contao-polyfill-bundle

Statistics

Installs: 14 924

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 1

1.1.6 2021-03-26 07:56 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

LGPL-3.0-or-later 03f0923566b572ac5a03ec4dc4add4765a3b002e

  • Christian Schiffler <c.schiffler.woop@cyberspectrum.de>
  • Sven Baumann <baumann.sv.woop@gmail.com>

bundlecontaopolyfill

This package is auto-updated.

Last update: 2026-05-29 01:18:28 UTC


README

👁 Build Status
👁 Latest Version tagged
👁 Latest Version on Packagist
👁 Installations via composer per month

Contao Polyfill Bundle

This bundle allows you to use Contao features in earlier versions.

For every single feature there is the possibility to deactivate it. See the corresponding description.

The following functions are backported in the package:

Tagged Hooks

This feature is automatically loaded in Contao versions less than 4.5.

What this feature entails, you can read here.

If you want to disable this, add the following to your config.yml.

cca_polyfill45:
 tagged_hooks: false

Asset

This feature is automatically loaded in Contao versions less than 4.5.

What this feature entails, you can read here.

The function to include asset $this->asset() via the template is not supported. You can use the insert tag {{asset::path}} as a replacement.

If you want to disable this, add the following to your config.yml.

cca_polyfill45:
 asset: false

Migration

This feature is automatically loaded in Contao versions less than 4.9.

What this feature entails, you can read here.

If you want to disable this, add the following to your config.yml.

cca_polyfill49:
 migration: false