Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Rearranging tabs using sling:orderBefore

Avatar

Level 5

Hello All - I have a page with the below tabs in the page properties. All tabs are part of cq:dialog expect Live Copy option. is there any way to move the Live Copy tab as a last tab or last but one. I tried with sling:orderBefore but it is not working. Can someone tell how to re-arrange the order?

 

v1101_0-1610066822055.png

 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hi,

 

You can add livecopy node also to the cq:dialog and move it to the end which will move it to the last

 

Screen Shot 2021-01-07 at 5.19.17 PM.png

 

Screen Shot 2021-01-07 at 5.18.33 PM.png

 

Screen Shot 2021-01-07 at 5.18.55 PM.png

 

Screen Shot 2021-01-07 at 5.18.44 PM.png

Hope this helps!

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Community Advisor

Hi,

 

You can add livecopy node also to the cq:dialog and move it to the end which will move it to the last

 

Screen Shot 2021-01-07 at 5.19.17 PM.png

 

Screen Shot 2021-01-07 at 5.18.33 PM.png

 

Screen Shot 2021-01-07 at 5.18.55 PM.png

 

Screen Shot 2021-01-07 at 5.18.44 PM.png

Hope this helps!

Avatar

Level 5
@Ravi_Pampana - It worked. Thanks for the wonderful solution.