heimrichhannot / contao-news-leisure-bundle
Contao News Bundle 的扩展,用于向新闻中添加休闲提示。
1.0.1
2023-02-08 11:03 UTC
Requires
- php: ~7.0||^8.0
- contao/core-bundle: ~4.4
- heimrichhannot/contao-fieldpalette-bundle: 0.*||1.*
- heimrichhannot/contao-utils-bundle: ^2.120
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^4.5
- satooshi/php-coveralls: ^1.0
- symfony/phpunit-bridge: ^2.8|^3.0
Suggests
- heimrichhannot/contao-google-maps-bundle: ^1.2
- heimrichhannot/contao-news-bundle: ^3.0-beta: Enhancements for contao news entity. Support for custom news palettes used in this bundle,
- heimrichhannot/contao-news-list-reader-bundle: ^1.0: Comes with heimrichhannot/contao-news-bundle. Support for list and reader bundle. Needed for List and Reader Support of this bundle.
This package is auto-updated.
Last update: 2024-09-08 14:31:07 UTC
README
此包扩展了 contao 新闻实体,添加休闲提示。
特性
- 为 News Bundle 定制的调色板
- 为 List Bundle 和 Reader Bundle 提供项目和特性
- 使用 Google Maps Bundle 上传 kml 文件并在地图上显示
- 为地址生成坐标
使用说明
安装
composer require heimrichhannot/contao-news-leisure-bundle
安装后需要更新数据库。
设置
将调色板添加到您的新闻实体
使用 News Bundle
转到新闻存档,选择 'leisuretip' 或 'leisuretip_stage' 作为调色板。
不使用新闻包
自己将 leisuretip
或 leisuretip_stage
调色板内容添加到您的 tl_news 调色板。
列表/阅读器包
选择 news_leisure
项目类或将其添加到您的自定义项目类中的 NewsLeisureItemTrait
。
坐标计算
在 contao 设置中设置您的 google maps api key。