oveleon / contao-resource-insert-tag
通过插入标签从各种外部来源输出内容的能力
1.1.0
2023-05-30 10:21 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- contao/core-bundle: ^4.13
- symfony/http-client: ^5.4
- symfony/http-kernel: ^5.4
- symfony/property-access: ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.3.1
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-08-30 01:20:26 UTC
README
通过插入标签从各种外部来源输出内容的能力
安装
composer require oveleon/contao-resource-insert-tag
用法(使用 Packagist API 的示例)
1. 添加新资源
2. 在资源中创建新的插入标签
* 使用 Symfony PropertyAccess 组件
3. 使用插入标签
{{cookiebar::downloads}} // Output: 1676
待办事项
- 处理资源缓存