Expand my Community achievements bar.

SOLVED

Converting to Live Copies

Avatar

Level 4
Hi Everyone,
 
We are creating live copies from  source pages. 
 
Now I have use case such that a page (which can be created before source is getting created)  should be converted to a live copy after the source is created.
 
Can one suggest me on how to achieve this.
 
Thanks & Regards,
Krishna
1 Accepted Solution

Avatar

Correct answer by
Level 10

You can map it by creating right nodes [1] by manually or using jcr api.  But I do not know why you want to do it.  

[1]  

  • jcr:mixinTypes of type name array with value cq:LiveRelationship on all component nodes in pages. Please make sure all components have jcr:mixinTypes with value cq:LiveRelationship of name array.
  • cq:rolloutConfigs
  • Make sure the parent node of live copy has jcr:mixinTypes set to cq:LiveSync

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You can map it by creating right nodes [1] by manually or using jcr api.  But I do not know why you want to do it.  

[1]  

  • jcr:mixinTypes of type name array with value cq:LiveRelationship on all component nodes in pages. Please make sure all components have jcr:mixinTypes with value cq:LiveRelationship of name array.
  • cq:rolloutConfigs
  • Make sure the parent node of live copy has jcr:mixinTypes set to cq:LiveSync

Avatar

Level 4

Thanks Sham

I will try this. I have peculiar use case, well its not yet confirmed .

Regards,

Krishna