{
  "type": "sfdc_cms__themeLayout",
  "title": "Scoped Header and Footer",
  "contentBody": {
    "component": {
      "attributes": {
        "hideThemeFooter": false,
        "showThemeFooterAtBottom": true,
        "stickyThemeHeader": false
      },
      "children": [
        {
          "children": [
            {
              "attributes": {
                "backgroundImageConfig": "",
                "backgroundImageOverlay": "rgba(0,0,0,0)",
                "componentSpacerSize": "",
                "layoutDirectionDesktop": "row",
                "layoutDirectionMobile": "column",
                "layoutDirectionTablet": "column",
                "maxContentWidth": "",
                "sectionColumnGutterWidth": "",
                "sectionConfig": "{\"UUID\":\"<%= uuid('headerSection') %>\",\"columns\":[{\"UUID\":\"<%= uuid('headerCol1') %>\",\"columnName\":\"Column 1\",\"columnKey\":\"headerSection\",\"columnWidth\":\"12\",\"seedComponents\":null}]}",
                "sectionMinHeight": "",
                "sectionVerticalAlign": "flex-start"
              },
              "children": [
                {
                  "id": "<%= uuid('headerCol1') %>",
                  "name": "headerSection",
                  "title": "Theme Header",
                  "type": "region"
                }
              ],
              "definition": "community_layout:section",
              "id": "<%= uuid('headerSection') %>",
              "type": "component"
            }
          ],
          "id": "<%= uuid() %>",
          "name": "header",
          "title": "Theme Header",
          "type": "region"
        },
        {
          "children": [
            {
              "attributes": {
                "backgroundImageConfig": "",
                "backgroundImageOverlay": "rgba(0,0,0,0)",
                "componentSpacerSize": "",
                "layoutDirectionDesktop": "row",
                "layoutDirectionMobile": "column",
                "layoutDirectionTablet": "column",
                "maxContentWidth": "",
                "sectionColumnGutterWidth": "",
                "sectionConfig": "{\"UUID\":\"<%= uuid('footerSection') %>\",\"columns\":[{\"UUID\":\"<%= uuid('footerCol1') %>\",\"columnName\":\"Column 1\",\"columnKey\":\"footerSection\",\"columnWidth\":\"12\",\"seedComponents\":null}]}",
                "sectionMinHeight": "",
                "sectionVerticalAlign": "flex-start"
              },
              "children": [
                {
                  "id": "<%= uuid('footerCol1') %>",
                  "name": "footerSection",
                  "title": "Theme Footer",
                  "type": "region"
                }
              ],
              "definition": "community_layout:section",
              "id": "<%= uuid('footerSection') %>",
              "type": "component"
            }
          ],
          "id": "<%= uuid() %>",
          "name": "footer",
          "title": "Theme Footer",
          "type": "region"
        }
      ],
      "definition": "community_byo:scopedHeaderAndFooter",
      "id": "<%= uuid() %>",
      "type": "component"
    }
  },
  "urlName": "scoped-header-and-footer"
}
