Is there any option through which only the metadata values or properties can be promoted in Translated pages? | Community
Skip to main content
New Participant
December 2, 2020
Solved

Is there any option through which only the metadata values or properties can be promoted in Translated pages?

  • December 2, 2020
  • 2 replies
  • 1499 views
No text available
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 Ravi_Pampana

Hi,

 

Seems you want to move the meta properties from master to translation page without sending them to localization process. In that case we can achieve this with custom implementation. 

 

Create a service which will show the page properties of the selected page and provide checkbox for authors to select the property which needs to be moved from master to available live copy or translation page. It will be like move the property from one page to other. 

 

Using OOB create structure only will update the complete page. 

 

Hope this helps!

2 replies

Ravi_Pampana
Ravi_PampanaAccepted solution
New Participant
December 2, 2020

Hi,

 

Seems you want to move the meta properties from master to translation page without sending them to localization process. In that case we can achieve this with custom implementation. 

 

Create a service which will show the page properties of the selected page and provide checkbox for authors to select the property which needs to be moved from master to available live copy or translation page. It will be like move the property from one page to other. 

 

Using OOB create structure only will update the complete page. 

 

Hope this helps!

Kiran_Vedantam
New Participant
December 2, 2020

Hi @deepali1991,

 

You can access the page properties in component HTML by using "pageproperties" object.

 

Can you please elaborate on your query?

 

Thanks,

Kiran Vedantam.

New Participant
December 3, 2020
Is there a way, if any specific value selected in the Page properties of the English page/Language master can be promoted on other nodes/Translated pages without promoting the full page.