Legacy Knowledge Base
Published Sep. 10, 2025

How does the content sharing functionality from parent sites to child sites work? What type of content is supported?

Written By

Brian Suh

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • What does sites.content.sharing.with.children.enabled do,  how does the content sharing functionality from parent sites to child sites work, and what type of content is shared from parent sites?

Environment

  • Liferay DXP 7.0
  • Liferay DXP 7.1
  • Liferay DXP 7.2

Resolution

  • The sites.content.sharing.with.children.enabled property permits the sharing of structures and templates from parent sites to sub-sites. The property description is written as follows, and can be configured in one of the three available options:
    #
    # Set this property to 0 to disable the Sharing of Content with subsites for
    # all sites. Set this property to 1 to disable it by default while allowing
    # site administrators to enable it per site. Set this property to 2 to
    # enable it by default while allowing site administrators to disable it per
    # site.
    #
    #sites.content.sharing.with.children.enabled==0
    #sites.content.sharing.with.children.enabled==1
    #sites.content.sharing.with.children.enabled==2
  • When this property is active, the expected behavior is that the following assets can be shared from parent sites:
    • Web Content Structures
    • Web Content Templates
    • Document Types
    • Vocabularies and Categories
    • Application Display Templates
    • Data Definitions (Dynamic Data Lists)

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base