Override Section Config

Override Section on Page Hub: "Section" and its Submenu appears in Page action options when following Configuration settings are added under Page hub configurations.

Override Section Settings

The configuration contains two parts:

  1. ALL

  2. Product

The function of each part is:

  1. ALL - In this part of the configuration, User can specify the Sections used by all products if not specified separately.

  2. Product - In this part of the configuration, User can specify the Sections separately at Product level.

    {
         <Sections visible to all products>
            "ALL": [ 
                    "section1",
                    "section2",
                    "section3",
                    "section...",
            ],
        <Sections visible specfic to the product>
        <Product 1>  "PMS_AGP": [
                    "section8",
                    "section9",
            ],
        <Product 2>  "PMS_AGP": [
                    "section10",
                    "section11",
            ]
            
    }

    Important Points: 1. For freezed/ checkout pages > section override option will be disabled 2. Reset section option is inside section override sub-menu Sample Configuration:

{
        "ALL": [
                "Sport",
                "Entertainment",
                "Business",
                "finance",
                "Home and culture"
        ],
        "PMS_AGP": [
                "Local",
                "Nyheter",
                "General news",
                "Entertainment",
                "Business and finance",
                "Home and culture",
                "Op-eds"
        ],
        "STF_PST": [
                "Lifestyle",
                "Health & Wellness"
        ]
}