{
  "type" : "sfdc_cms__view",
  "title" : "News Detail",
  "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\":[]}]}",
            "sectionMinHeight" : "",
            "sectionVerticalAlign" : "flex-start"
          },
          "children" : [ {
            "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" : "{!Content.contentTypeLabel}.{!Content.title}",
            "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" : "managed-content-sfdc_cms__news"
  },
  "urlName" : "news-detail"
}
