Hi @sirishap9577191 You can add class in dropdown and based on that trigger JS function to hide/show tabs. sharing code snippet/*globals Granite,Coral*/
(function ($, document) {
'use strict';
//used in the dialogs
$(document).on('dialog-ready', function () {
...
Hello Experts Need your suggestion on i18n keys management for microsites sharing same code base as main site. Currently we using hints to manage keys for microsite i.e "key: {
"jcr:primaryType": "nt:folder",
"jcr:mixinTypes": [
"sling:Message",
"cq:ReplicationStatus"
],
"sling:message": "MESSAGE...
Hi @Berus you can not only deactivate parent page without deactivating child pages . If you deactivate parent node , it is writing an empty node in its place. So effectively it deactivates or deletes the sub pages . ThanksDipti
Hi @SHIBANI06 If jcr:mixingType is set as sling:message then It does not matter if type is nt:folder or sling:messageEntry. In both scenario you will get correct result. Hope this helps. ThanksDipti Chauhan
Hi @Deleted Account For users/group normally you use user synchronization<https://experienceleague.adobe.com/docs/experience-manager-64/administering/security/sync.html?lang=en> instead of Reverse replication agent. Hope this helps. ThanksDipti
Hi @jayv25585659 just to check why your first case have intial rewrite rule with two name i.e /product1/name/name/2021' You have another rule for this?ThanksDipti
Hi @NehaCMS Your url contain %5bobject%20Object%5d, it seems you are landing on this url after jquery post. If yes can you share your code snippet for that, how you passing object? ThanksDipti
Hi @kaorut There are others rules (dispatcher url rewrites , URL shortening) which gets applied on Publishers only. Normally we don't apply resource resolver or url rewrites on authors as they may break some functionalities.What is the exact use case ,may be there are some others options availab...
Hi @shya × means a multiplication sign. hence × of ×tamp is being converted as x , so you end up seeing xtamp. Try encoding the & in front of timestamp with & ThanksDipti