netgen / layouts-ezplatform-tags-query
基于Netgen Tags的eZ Platform布局查询
1.4.1
2023-02-15 15:09 UTC
Requires
- netgen/layouts-ezplatform: ^1.3
- netgen/tagsbundle: ^3.4 || ^4.0
Requires (Dev)
- netgen/layouts-coding-standard: ^2.0
- phpstan/phpstan: ^1.9
- phpstan/phpstan-strict-rules: ^1.4
- vimeo/psalm: ^4.30 || ^5.4
Conflicts
- netgen/layouts-tags-query: *
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
之前。