netgen/layouts-ezplatform-tags-query

基于Netgen Tags的eZ Platform布局查询

1.4.1 2023-02-15 15:09 UTC

This package is auto-updated.

Last update: 2024-09-13 10:41:58 UTC


README

此包提供了基于Netgen Tags的Netgen Layouts查询,这使得在eZ Platform CMS的任何内容中通过可用的标签字段类型向块中添加项目成为可能。

安装说明

使用Composer

从您的安装根目录运行以下命令以安装包

$ composer require netgen/layouts-ezplatform-tags-query

在您的应用程序内核中激活该包

将以下内容添加到已激活的包列表中

$bundles = [
...

new Netgen\Bundle\LayoutsEzPlatformTagsQueryBundle\NetgenLayoutsEzPlatformTagsQueryBundle(),

...
];

由于在Symfony中其他包的配置是如何预置的,为了使此查询类型在现有的eZ Platform查询类型之后显示,您需要将包添加到已激活包列表中,位于NetgenLayoutsEzPlatformBundle之前。