Hi,
I clicked on target button which is present component's edit bar and now when i click on component ,target dialog is coming and I am not able to switch back to component's dialog.your help will be appreciated.
Solved! Go to Solution.
This arised because u clicked Target property by mistake.
Solution : Goto content node in CRXDE Lite, delete that node which has target properties. Then you will be able to get Edit mode of the component.
Views
Replies
Total Likes
This arised because u clicked Target property by mistake.
Solution : Goto content node in CRXDE Lite, delete that node which has target properties. Then you will be able to get Edit mode of the component.
Views
Replies
Total Likes
This doesn't solve the problem. As the component moves into a default node. All the configuration done in original component moved to default node.
For example:
Before target was done mistakenly, the content node structure would be:
/content/project/en_gb/test/jcr:content/mainParsys/mosaic (all configuration are saved under mosaic node)
After target was done mistakenly, the content node structure would change to:
/content/project/en_gb/test/jcr:content/mainParsys/mosaic/default (mosaic's node sling:resourceType would change to cq/personalization/components/target and all configurations would move to default node)
Solution:
This fix worked for me. But is this behavior expected? What is the root cause of the behavior?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies