contextualcode/ezplatform-content-aware-customtags
Composer 安装命令:
composer require contextualcode/ezplatform-content-aware-customtags
包简介
eZ Platform Content-Aware Custom Tags
关键字:
README 文档
README
This bundle provides the ability to use different sets of custom tags in Online Editor based on the content location.
It might be useful for huge projects with multiple siteaccesses, where different sets of custom tags are used on different siteacceses.
Installation
Require via composer:
composer require contextualcode/ezplatform-content-aware-customtagsClear browser caches and enjoy!
Usage
After the bundle is installed, it is possible to configure which custom tags should be enabled for different locations. It is done by using content_aware_custom_tags.settings configuration.
Let's say we want to:
- Disable
ezyoutubeandezfacebookcustom tags for all the content placed under location#54 - Enable only
eztwittercustom tag for all the content placed under location#55
In this case we would need to create config/packages/content_aware_custom_tags.yaml configuration file:
content_aware_custom_tags:
settings:
- {parentLocationId: 54, disabled: [ezyoutube, ezfacebook]}
- {parentLocationId: 55, enabled: [eztwitter]}
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2020-09-30