contao-community-alliance/contao-polyfill-bundle
最新稳定版本:1.1.6
Composer 安装命令:
composer require contao-community-alliance/contao-polyfill-bundle
包简介
This polyfill bundle support some contao features in older versions.
关键字:
README 文档
README
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
统计信息
- 总下载量: 14.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2019-05-24