Hi All,
I have a doubt in overriding the page during copying page from source to destination.
Suppose TShirt page exists in source and destination area.
My TShirt page structure in crxde as follows
TShirt
TShirt —> jcr:content
TShirt —> jcr:content —> header
TShirt —> jcr:content —> par
TShirt —> jcr:content —> par —> image
TShirt —> jcr:content —> par —> link
I have modified some content(added some component. Hence contents under par node are changed) in the page at source area…
While copying the page from source to destination, the revision should be created and page content should be updated in destination.
Is there any API available for overriding the page(content should be modified) or we need to change each node manually ?
Please note that version history should be maintained after overriding the page. Thanks in advance !!!!!!!