oveleon/contao-resource-insert-tag

通过插入标签从各种外部来源输出内容的能力

1.1.0 2023-05-30 10:21 UTC

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

待办事项

  • 处理资源缓存