Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

is it possible to rollout only to certain component?

Avatar

Level 2

except way of doing it by unlock inheritance....

I wonder there's way to do rollout by selecting certain component of page to be rollout. 

 

for example, 

in geometrixx-outdoors /en page, 

I add text component and write something 

and made livecopy of it. 

and in case I just want to do rollout not affecting change made in text component, 

what should i do ?  

 

please let me know if you know the way. 

1 Reply

Avatar

Community Advisor

You will need to write a custom rollout action and hook it into your rollout process.

In your custom rollout action, you can selectively rollout or suppress component, or their certain properties. You will be at your full control in your custom action.

Here are some good resources that will help you understand the custom rollout action implementation:

https://github.com/Adobe-Marketing-Cloud/experiencemanager-java-msmrollout

http://suryakand-shinde.blogspot.com/2015/01/custom-synchronisation-or-rollout.html

- Runal