Is it possible to specify on and off time tags
Hi All
Is it possible to specify on and off time for tags in AEM.Is there any workaround available to achieve this requirement
Thanks,
Hi All
Is it possible to specify on and off time for tags in AEM.Is there any workaround available to achieve this requirement
Thanks,
The on/off feature is only available for Pages, not tags. So looks like you would need a custom solution.
On publish, you could create a config node that has tag and activation date, check this before displaying/rendering the tag?
In order to check whether the tab should be displayed, this component would have to be dynamic, do you really want to be generating this per request? An alternative would be to write a scheduled Job that checks the config node on author and deactivates them when they have expired, it could also then flush the old page. This way the cached page is cleared, meaning you don't need a dynamic page any longer.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.