in page properties dialog to enable cancelling of individual properties inheritance in 6.3 | Community
Skip to main content
sanjayk49156198
October 19, 2018
Solved

in page properties dialog to enable cancelling of individual properties inheritance in 6.3

  • October 19, 2018
  • 1 reply
  • 1651 views

Hi, Team,

Could you please help me,

We are create Live copy page in aem 6.3, crating successfully everything working fine.

But when I was go to page properties, we are not able see inheritance box in my page

So please help me.

Find below screenshot.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aneetarora

sanjayk49156198

The behavior is expected an intended. The Live Copy creation process involves a configuration which doesn't "sync" the title, description, and a few other jcr properties. This is the default configuration and a fairly standard configuration.

Can you ensure that it is a valid use-case on your end to have the title sync'd?

You can configure the jcr:title to be sync'd by changing the property "Excluded Page Properties" in "CQ MSM Content Update Action". A value of jcr:(?!(jcr:title)$).* instead of jcr.* should work for you. You can read more about this in Configuring Live Copy Synchronization

Best Regards,

Aneet Arora

1 reply

aneetaroraAdobe EmployeeAccepted solution
Adobe Employee
October 19, 2018

sanjayk49156198

The behavior is expected an intended. The Live Copy creation process involves a configuration which doesn't "sync" the title, description, and a few other jcr properties. This is the default configuration and a fairly standard configuration.

Can you ensure that it is a valid use-case on your end to have the title sync'd?

You can configure the jcr:title to be sync'd by changing the property "Excluded Page Properties" in "CQ MSM Content Update Action". A value of jcr:(?!(jcr:title)$).* instead of jcr.* should work for you. You can read more about this in Configuring Live Copy Synchronization

Best Regards,

Aneet Arora