{
  "type" : "sfdc_cms__view",
  "title" : "Service Not Available",
  "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; align-items: center; flex-direction: column; margin: 60px 25px 40px 25px;\">\n\t<div style=\"background: url(assets/img/serviceNotAvailable.svg) center no-repeat !important; background-size: contain; height: 331px; width: 100%; max-width: 538px;\"></div>\n</div>\n<div style=\"margin: 0 25px; text-align: center;\">\n\t<h1><b style=\"font-size: 2em\">Looks like the site is temporarily unavailable</b></h1>\n\t<br/>\n\t<p><span style=\"font-size: 1.5em;\">Please try again in a bit.</span></p>\n</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"
      } ],
      "definition" : "community_layout:sldsFlexibleLayout",
      "id" : "<%= uuid() %>",
      "type" : "component"
    },
    "dataProviders" : [ ],
    "themeLayoutType" : "ServiceNotAvailable",
    "viewType" : "service-not-available"
  },
  "urlName" : "service-not-available"
}
