{
    "type":"news",    
    "colorScheme":"purple_400",
    "container":{
        "style":{
            "position":"relative",
            "width":"500px",
            "height":"500px"
        },
        "color":["primary","base"]      
    },
    "masking":[
      {
        "style":{
            "zIndex":"2",
            "opacity":"0.8"
        },
        "class":"top-25",
        "gradient":true,
        "direction":"to bottom",
        "color":["normal","dark"]
    }],
    "contents":[
    {
      "style":{
        "position":"absolute",        
        "top":"20px",        
        "right":"20px",
        "left":"270px",
        "bottom":"270px",
        "zIndex":3    
      },
      "class":"uk-flex uk-flex-column uk-flex-center uk-flex-middle",
      "items":[
        {
          "text":"Heading Text Here",
          "style":{
            "fontWeight":700,
            "fontSize":"32px",
            "lineHeight":"38px",
            "padding":"0px",           
            "margin":"0px",          
            "textAlign":"center"
          },
          "color":["normal","light"]
        },
        {
          "text":"Subtitle Here",
          "style":{
            "fontWeight":700,
            "fontSize":"18px",
            "lineHeight":"24px",
            "padding":"0px",          
            "margin":"0px",          
            "textAlign":"center"
          },
          "color":["normal","light"]
        },
        {
          "text":"Description text here.",
          "style":{
            "fontSize":"14px",
            "textAlign":"center"
          },
          "color":["normal","light"]
        }
      ]
    },
    {
        "style":{
          "position":"absolute",        
          "top":"270px",        
          "right":"270px",
          "left":"30px",
          "bottom":"50px",
          "zIndex":3   
        },
        "class":"uk-flex uk-flex-column uk-flex-center uk-flex-middle",
        "items":[
          {
            "text":"Heading Text Here",
            "style":{
              "fontWeight":700,
              "fontSize":"32px",
              "lineHeight":"38px",
              "padding":"0px",           
              "margin":"0px",            
              "textAlign":"center"
            },
            "color":["normal","light"]
          },
          {
            "text":"Subtitle Here",
            "style":{
              "fontWeight":700,
              "fontSize":"18px",
              "lineHeight":"24px",
              "padding":"0px",          
              "margin":"0px",            
              "textAlign":"center"
            },
            "color":["normal","light"]
          },
          {
            "text":"Description text here.",
            "style":{
              "fontSize":"14px",
              "textAlign":"center"
            },
            "color":["normal","light"]
          } 
        ]
      }
    ],
    "header":{
        "class":"uk-flex uk-flex-row uk-flex-left uk-flex-middle",
        "style":{
          "position":"absolute",
          "top":"0px",
          "right":"0px",
          "left":"0px",          
          "paddingTop":"20px",
          "paddingRight":"20px",
          "paddingBottom":"5px",
          "paddingLeft":"20px",              
          "zIndex":3
        },
        "backgroundColor":["primary","dark"],
        "textColor":["normal","light"],
        "showBackground":false,
        "imageItemWidht":"40px",
        "columnStyle":{
          "textAlign":"center",
          "padding":"5px"
        },
        "columns":[
          {
            "type":"image",
            "content":"assets/img/opilum_logo.svg",
            "style":{
              "width":"40px",
              "margin":"0px 5px 0px 5px"
            },
            "rasio":1
        },
        {
          "type":"text",
          "content":"@opilum.id"
        }        
        ]
     },
     "footer":{
      "class":"uk-flex uk-flex-center uk-flex-middle",
      "style":{
        "position":"absolute",
        "bottom":"0px",
        "right":"0px",
        "left":"0px",          
        "paddingTop":"5px",
        "paddingRight":"20px",
        "paddingBottom":"5px",
        "paddingLeft":"20px",
        "borderTopLeftRadius":"20px",
        "borderTopRightRadius":"20px",            
        "zIndex":3
      },
      "backgroundColor":["primary","dark"],
      "textColor":["normal","light"],
      "showBackground":true,
      "imageItemWidht":"40px",
      "columnStyle":{
        "textAlign":"center",
        "padding":"0px"
      },
      "columns":[
        {
          "type":"image",
          "content":"assets/img/opilum_logo.svg",
          "style":{
            "width":"40px",
            "margin":"0px 5px 0px 5px"
          },
          "rasio":1
      },
      {
        "type":"text",
        "content":"@opilum.id"
      }        
      ]
   },
    "pattern":{
      "name":"diamond_1",     
      "style":{"fill":""},
      "show":true,
      "containerStyle":{
        "zIndex":1
      },
      "color":["primary","dark"]
    },
    "images":[
      {
        "url":"assets/img/news_2.png",
        "rasio":1,
        "style":{
          "backgroundSize":"cover",
          "position":"absolute",
          "left":"0px",
          "top":"0px",
          "width":"250px",
          "height":"250px",
          "zIndex":2
        }
      },
      {
        "url":"assets/img/news_3.png",
        "rasio":1,
        "style":{
            "backgroundSize":"cover",
            "position":"absolute",
            "right":"0px",
            "bottom":"0px",
            "width":"250px",
            "height":"250px",
            "zIndex":2
        }
      }
    ]
}