netgen/layouts-ezplatform-relation-list-query
最新稳定版本:1.4.1
Composer 安装命令:
composer require netgen/layouts-ezplatform-relation-list-query
包简介
Netgen Layouts query based on relation list field type for eZ Platform
README 文档
README
This bundle provides Netgen Layouts query that makes it possible to add items to block via relation list field type available in any content in eZ Platform CMS.
Installation instructions
Use Composer
Run the following from your installation root to install the package:
$ composer require netgen/layouts-ezplatform-relation-list-query
Activate the bundle in your app kernel
Add the following to the list of activated bundles:
$bundles = [ ... new Netgen\Bundle\LayoutsEzPlatformRelationListQueryBundle\NetgenLayoutsEzPlatformRelationListQueryBundle(), ... ];
Due to how prepending configuration of other bundles works in Symfony, to make
this query type display after the existing eZ Platform query type, you need to
add the bundle BEFORE NetgenLayoutsEzPlaformBundle in the list of
activated bundles.
统计信息
- 总下载量: 25.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2019-09-24