projects / org / contextualcode / ezplatform-content-aware-cu...
Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-content-aware-customtags | Contextual Code | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
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.
Require via composer:
composer require contextualcode/ezplatform-content-aware-customtags
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:
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]}