{
  "type": "sfdc_cms__view",
  "title": "Home",
  "contentBody": {
    "component": {
      "children": [
        {
          "children": [
            {
              "attributes": {
                "backgroundImageConfig": "",
                "backgroundImageOverlay": "rgba(0,0,0,0)",
                "componentSpacerSize": "",
                "layoutDirectionDesktop": "row",
                "layoutDirectionMobile": "column",
                "layoutDirectionTablet": "column",
                "maxContentWidth": "",
                "sectionColumnGutterWidth": "",
                "sectionConfig": "{\"UUID\":\"<%= uuid('section') %>\",\"columns\":[{\"UUID\":\"<%= uuid('col1') %>\",\"columnName\":\"Column 1\",\"columnKey\":\"col1\",\"columnWidth\":\"12\",\"seedComponents\":null}]}",
                "sectionMinHeight": "",
                "sectionVerticalAlign": "flex-start"
              },
              "children": [
                {
                  "children": [
                    {
                      "attributes": {
                        "imageInfos": "",
                        "richTextValue": "<div style=\"display: flex; justify-content: center; align-items: center; margin: 50px 0; flex-direction: column; text-align: center;\"><div style=\"background-image: url(assets/img/desert.svg) !important; background-size: cover; background-position: center; height: 300px; width: 100%; max-width: 600px; min-width: 300px;\"></div><h1 class=\"slds-text-heading_medium slds-p-bottom_x-small\">Start Building Your Page</h1> <div>Drag and drop a component into the content slots.</div></div>"
                      },
                      "definition": "community_builder:htmlEditor",
                      "id": "<%= uuid() %>",
                      "type": "component"
                    }
                  ],
                  "id": "<%= uuid('col1') %>",
                  "name": "col1",
                  "title": "Column 1",
                  "type": "region"
                }
              ],
              "definition": "community_layout:section",
              "id": "<%= uuid('section') %>",
              "type": "component"
            }
          ],
          "id": "<%= uuid() %>",
          "name": "content",
          "title": "Content",
          "type": "region"
        },
        {
          "children": [
            {
              "attributes": {
                "customHeadTags": "",
                "description": "",
                "pageTitle": "Home",
                "recordId": "{!recordId}"
              },
              "definition": "community_builder:seoAssistant",
              "id": "<%= uuid() %>",
              "type": "component"
            }
          ],
          "id": "<%= uuid() %>",
          "name": "sfdcHiddenRegion",
          "title": "sfdcHiddenRegion",
          "type": "region"
        }
      ],
      "definition": "community_layout:sldsFlexibleLayout",
      "id": "<%= uuid() %>",
      "type": "component"
    },
    "dataProviders": [],
    "themeLayoutType": "Inner",
    "viewType": "home"
  },
  "urlName": "home"
}
