{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "magazine-blocks/banner-posts",
  "title": "Banner Posts",
  "description": "Show banner image behind the post content",
  "keywords": [
    "banner post",
    "banner"
  ],
  "category": "magazine-blocks-post-category",
  "textdomain": "magazine-blocks",
  "supports": {
    "className": false,
    "customClassName": false
  },
  "example": {
    "attributes": {}
  },
  "attributes": {
    "clientId": {
      "type": "string"
    },
    "hoverAnimation": {
      "type": "string",
      "default": "none"
    },
    "layout": {
      "type": "string",
      "default": "layout-1"
    },
    "layout1AdvancedStyle": {
      "type": "string",
      "default": "layout-1-style-1"
    },
    "layout2AdvancedStyle": {
      "type": "string",
      "default": "layout-2-style-1"
    },
    "layout3AdvancedStyle": {
      "type": "string",
      "default": "layout-3-style-1"
    },
    "layout4AdvancedStyle": {
      "type": "string",
      "default": "layout-4-style-1"
    },
    "layout5AdvancedStyle": {
      "type": "string",
      "default": "layout-5-style-1"
    },
    "alignment": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content {text-align: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post .mzb-post-entry-meta {justify-content: {{VALUE}}; }"
        }
      ],
      "default": {
        "desktop": "left"
      }
    },
    "highlightedAlignment": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-first-post--highlight .mzb-post-content {align-items: {{VALUE}}; }"
        }
      ],
      "default": {
        "desktop": "flex-start"
      }
    },
    "container": {
      "type": "string",
      "default": "contained"
    },
    "gap": {
      "type": "object",
      "default": {
        "desktop": {
          "value": 20,
          "unit": "px"
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts {--gap: {{VALUE}}; }"
        }
      ]
    },
    "rowGap": {
      "type": "object",
      "default": {
        "desktop": {
          "value": 20,
          "unit": "px"
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-posts {row-gap: {{VALUE}}; }"
        }
      ]
    },
    "enableHeading": {
      "type": "boolean",
      "default": false
    },
    "headingLayout": {
      "type": "string",
      "default": "heading-layout-1"
    },
    "headingLayout1AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-1-style-1"
    },
    "headingLayout2AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-2-style-1"
    },
    "headingLayout3AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-3-style-1"
    },
    "headingLayout4AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-4-style-1"
    },
    "headingLayout5AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-5-style-1"
    },
    "headingLayout6AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-6-style-1"
    },
    "headingLayout7AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-7-style-1"
    },
    "headingLayout8AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-8-style-1"
    },
    "headingLayout9AdvancedStyle": {
      "type": "string",
      "default": "heading-layout-9-style-1"
    },
    "headingColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-6-style-1 .mzb-heading-text, {{WRAPPER}} .mzb-post-heading .mzb-heading-text, {{WRAPPER}} .mzb-post-heading.mzb-heading-layout-2-style-1 .mzb-heading-text {color: {{VALUE}}; }"
        }
      ]
    },
    "headingHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading .mzb-heading-text:hover {color: {{VALUE}}; }"
        }
      ]
    },
    "headingBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-2-style-1 .mzb-heading-text"
        }
      ]
    },
    "headingTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading .mzb-heading-text"
        }
      ]
    },
    "headingPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-6-style-1 .mzb-heading-text { padding: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-7-style-1 .mzb-heading-inner .mzb-heading-text { padding: {{VALUE}}; }"
        }
      ]
    },
    "headingBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-2-style-1"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-3-style-1"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-4-style-1"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-5-style-1"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-6-style-1::before"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-6-style-1::after"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-7-style-1::after"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-9-style-1"
        },
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-3.mzb-heading-layout-3-style-1"
        },
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-4.mzb-heading-layout-4-style-1"
        }
      ]
    },
    "dotColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-4-style-1 .mzb-heading-text::before {background-color: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-5-style-1 .mzb-heading-text::before {background-color: {{VALUE}}; }"
        }
      ]
    },
    "lineAccent": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-1-style-1 .mzb-heading-text::before {background-color: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-3-style-1::before {border-bottom-color: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-8-style-1::before {border-bottom-color: {{VALUE}}; }"
        }
      ]
    },
    "lineColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-2-style-1, {{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-3-style-1, {{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-4-style-1,{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-5-style-1, {{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-6-style-1, {{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-7-style-1, {{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-9-style-1 {border-color: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-6-style-1::after, {{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-6-style-1::before {border-bottom-color: {{VALUE}}; }"
        }
      ]
    },
    "headingBorderBefore": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-1-style-1 .mzb-heading-text::before"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-3-style-1::before"
        },
        {
          "selector": "{{WRAPPER}} .mzb-post-heading.mzb-heading-layout-8-style-1::before"
        }
      ]
    },
    "headingBorderBottomInset": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-heading.mzb-heading-layout-3-style-1::before {bottom: {{VALUE}}; }"
        }
      ]
    },
    "enableViewMore": {
      "type": "boolean",
      "default": false
    },
    "viewMoreText": {
      "type": "string",
      "default": "View All"
    },
    "viewMoreLink": {
      "type": "object"
    },
    "viewButtonPosition": {
      "type": "string",
      "default": "top"
    },
    "enableViewMoreIcon": {
      "type": "boolean",
      "default": false
    },
    "viewMoreIcon": {
      "type": "string",
      "default": "arrowRight"
    },
    "viewMoreColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-view-more a{color: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-view-more a svg{fill: {{VALUE}}; }"
        }
      ]
    },
    "viewMoreBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a"
        }
      ]
    },
    "viewMoreHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a p:hover {color: {{VALUE}}; }{{WRAPPER}} .mzb-view-more a svg:hover{fill: {{VALUE}}; }"
        }
      ]
    },
    "viewMoreHoverBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a:hover"
        }
      ]
    },
    "viewMoreSpacing": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a { gap: {{VALUE}} }"
        }
      ]
    },
    "iconSize": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a svg { height: {{VALUE}}; width: {{VALUE}}; }"
        }
      ]
    },
    "viewMorePadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a { padding: {{VALUE}}; }"
        }
      ]
    },
    "viewMoreBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a"
        }
      ]
    },
    "viewMoreHoverBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a:hover"
        }
      ]
    },
    "viewMoreBoxShadow": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a"
        }
      ]
    },
    "viewMoreBoxShadowHover": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a:hover"
        }
      ]
    },
    "viewAllTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-view-more a p"
        }
      ]
    },
    "category": {
      "type": "string",
      "default": "all"
    },
    "enableReadTime": {
      "type": "boolean",
      "default": false
    },
    "enableViewCount": {
      "type": "boolean",
      "default": false
    },
    "enableIcon": {
      "type": "boolean",
      "default": true
    },
    "tag": {
      "type": "string",
      "default": "all"
    },
    "orderBy": {
      "type": "string",
      "default": "date"
    },
    "orderType": {
      "type": "string",
      "default": "desc"
    },
    "authorName": {
      "type": "string",
      "default": ""
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "excludedCategory": {
      "type": "array"
    },
    "label": {
      "type": "string",
      "default": "Latest"
    },
    "offset": {
      "type": "number",
      "default": 0
    },
    "postBoxOverlay": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-post:not(.mzb-first-post--highlight) .mzb-featured-image::before"
        }
      ]
    },
    "postBoxPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-1 .mzb-post:not(.mzb-first-post--highlight) .mzb-post-content { padding: {{VALUE}}; } "
        },
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-2 .mzb-post:not(.mzb-first-post--highlight) .mzb-post-content { padding: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-3 .mzb-post:not(.mzb-first-post--highlight) .mzb-post-content { padding: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-4 .mzb-post:not(.mzb-first-post--highlight) .mzb-post-content { padding: {{VALUE}}; }"
        },
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5 .mzb-post:not(.mzb-first-post--highlight) .mzb-post-content { padding: {{VALUE}}; }"
        }
      ]
    },
    "postBoxHeight": {
      "type": "object",
      "default": {
        "value": 420,
        "unit": "px"
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post, {{WRAPPER}} .mzb-posts.mzb-layout-2 .mzb-post:nth-child(3) { --height: {{VALUE}} }"
        }
      ]
    },
    "postBoxWidth": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post:not(.mzb-first-post--highlight){ width: {{VALUE}} } {{WRAPPER}} .mzb-posts.mzb-layout-2 .mzb-post:nth-child(3) { width: {{VALUE}} }"
        }
      ]
    },
    "postBoxBorderRadius": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post { border-radius: {{VALUE}}; }"
        }
      ]
    },
    "highlightedPostTitleTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts > .mzb-post:first-of-type .mzb-post-title a, {{WRAPPER}} .mzb-layout-4-style-2 .mzb-post:nth-child(2) .mzb-post-title a"
        }
      ]
    },
    "highlightedPostBoxPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-first-post--highlight .mzb-post-content { padding: {{VALUE}}; } "
        }
      ]
    },
    "highlightedPostBoxOverlay": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-first-post--highlight .mzb-featured-image::before"
        }
      ]
    },
    "headerMetaTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-categories a"
        }
      ]
    },
    "excerptTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-entry-content p"
        }
      ]
    },
    "reaMoreTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-entry-content .mzb-read-more a"
        }
      ]
    },
    "highlightedPostHeight": {
      "type": "object",
      "default": {
        "value": 420,
        "unit": "px"
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post:first-child{ height: {{VALUE}} }"
        }
      ]
    },
    "highlightedPostWidth": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts > .mzb-post:first-of-type { width: {{VALUE}} }"
        }
      ]
    },
    "postTitleTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts > .mzb-post:not(:first-child) .mzb-post-title a, {{WRAPPER}} .mzb-posts.mzb-layout-5-style-2 .mzb-bottom-posts-wrapper .mzb-post .mzb-post-title a"
        }
      ]
    },
    "postTitleMarkup": {
      "type": "string",
      "default": "h3"
    },
    "postTitleColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-title a {color: {{VALUE}}; }"
        }
      ]
    },
    "postTitleHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-title a:hover {color: {{VALUE}}; }"
        }
      ]
    },
    "enableCategory": {
      "type": "boolean",
      "default": true
    },
    "enableHighlightedCategory": {
      "type": "boolean",
      "default": true
    },
    "categoryColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a {color: {{VALUE}}; }"
        }
      ]
    },
    "postTitlePadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-content .mzb-post-title { padding: {{VALUE}}; }"
        }
      ]
    },
    "postTitleMargin": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}}.mzb-banner-posts .mzb-post-content .mzb-post-title { margin: {{VALUE}}; }"
        }
      ]
    },
    "categoryBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a"
        }
      ]
    },
    "categoryHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a:hover {fill: {{VALUE}}; }"
        }
      ]
    },
    "categoryHoverBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a:hover"
        }
      ]
    },
    "categoryPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a { padding: {{VALUE}}; }"
        }
      ]
    },
    "categoryBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a"
        }
      ]
    },
    "categoryHoverBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a:hover"
        }
      ]
    },
    "categoryBoxShadow": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a"
        }
      ]
    },
    "categoryBoxShadowHover": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-content .mzb-post-meta .mzb-post-categories a:hover"
        }
      ]
    },
    "metaPosition": {
      "type": "string",
      "default": "bottom"
    },
    "enableAuthor": {
      "type": "boolean",
      "default": true
    },
    "enableDate": {
      "type": "boolean",
      "default": true
    },
    "enableMetaSeparator": {
      "type": "boolean",
      "default": false
    },
    "separatorType": {
      "type": "string",
      "default": "none"
    },
    "metaIconColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-date svg {fill: {{VALUE}}; }"
        }
      ]
    },
    "metaLinkColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-date a, {{WRAPPER}} .mzb-post-author a {color: {{VALUE}}; }"
        }
      ]
    },
    "metaLinkHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post-date a:hover, {{WRAPPER}} .mzb-post-author a:hover {color: {{VALUE}}; }"
        }
      ]
    },
    "metaTypography": {
      "type": "object",
      "default": {
        "typography": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-post .mzb-post-content .mzb-post-entry-meta .mzb-post-author a, {{WRAPPER}} .mzb-post .mzb-post-content .mzb-post-entry-meta .mzb-post-date a, {{WRAPPER}} .mzb-post .mzb-post-content .mzb-post-entry-meta .mzb-post-read-time span, {{WRAPPER}} .mzb-post .mzb-post-content .mzb-post-entry-meta .mzb-post-view-count span"
        }
      ]
    },
    "enableExcerpt": {
      "type": "boolean",
      "default": false
    },
    "excerptLimit": {
      "type": "number",
      "default": 20
    },
    "excerptPosition": {
      "type": "string",
      "default": "below-meta"
    },
    "excerptColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-entry-summary p {color: {{VALUE}}; }"
        }
      ]
    },
    "excerptMargin": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-entry-content .mzb-entry-summary p { margin: {{VALUE}}; }"
        }
      ]
    },
    "enableReadMore": {
      "type": "boolean",
      "default": false
    },
    "readMoreText": {
      "type": "string",
      "default": "Read More"
    },
    "readMoreColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a {color: {{VALUE}}; }"
        }
      ]
    },
    "readMoreBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a"
        }
      ]
    },
    "readMoreHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a:hover {color: {{VALUE}}; }"
        }
      ]
    },
    "readMoreHoverBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a:hover"
        }
      ]
    },
    "readMoreSpacing": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more { margin-top: {{VALUE}} }"
        }
      ]
    },
    "readMorePadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a { padding: {{VALUE}}; }"
        }
      ]
    },
    "readMoreBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a"
        }
      ]
    },
    "readMoreHoverBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a:hover"
        }
      ]
    },
    "readMoreBoxShadow": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a"
        }
      ]
    },
    "readMoreBoxShadowHover": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-read-more a:hover"
        }
      ]
    },
    "enablePagination": {
      "type": "boolean",
      "default": false
    },
    "paginationAlignment": {
      "type": "object",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers, {{WRAPPER}} .mzb-pagination-numbers .components-flex {justify-content: {{VALUE}}; }"
        }
      ]
    },
    "paginationColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button {color: {{VALUE}}; }"
        }
      ]
    },
    "paginationBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button"
        }
      ]
    },
    "paginationHoverColor": {
      "type": "string",
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a:hover, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button:hover {fill: {{VALUE}}; }"
        }
      ]
    },
    "paginationHoverBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a:hover, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button:hover"
        }
      ]
    },
    "paginationPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button { padding: {{VALUE}}; }"
        }
      ]
    },
    "paginationBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button"
        }
      ]
    },
    "paginationHoverBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a:hover, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button"
        }
      ]
    },
    "paginationBoxShadow": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button"
        }
      ]
    },
    "paginationBoxShadowHover": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-pagination-numbers .page-item a:hover, {{WRAPPER}} .mzb-pagination-numbers .components-flex .components-button:hover"
        }
      ]
    },
    "postBoxWrapperPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-bottom-posts-wrapper { padding: {{VALUE}}; }"
        }
      ]
    },
    "postBoxWrapperMargin": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-bottom-posts-wrapper { margin: {{VALUE}}; }"
        }
      ]
    },
    "postBoxWrapperBackground": {
      "type": "object",
      "default": {
        "background": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-bottom-posts-wrapper"
        }
      ]
    },
    "size": {
      "type": "string"
    },
    "page": {
      "type": "number",
      "default": 1
    },
    "blockHTML": {
      "type": "string",
      "default": "div"
    },
    "blockMargin": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} { margin: {{VALUE}}; }"
        }
      ]
    },
    "blockPadding": {
      "type": "object",
      "default": {
        "dimension": 1,
        "desktop": {
          "lock": true
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} { padding: {{VALUE}}; }"
        }
      ]
    },
    "blockZIndex": {
      "type": "number",
      "style": [
        {
          "selector": "{{WRAPPER}} { z-index: {{VALUE}}; }"
        }
      ]
    },
    "cssID": {
      "type": "string"
    },
    "hideOnDesktop": {
      "type": "boolean",
      "style": [
        {
          "selector": "@media (min-width:62em) { {{WRAPPER}} { display: none; } }"
        }
      ]
    },
    "hideOnTablet": {
      "type": "boolean",
      "style": [
        {
          "selector": "@media (min-width:48em) and (max-width:62em) { {{WRAPPER}} { display: none; } }"
        }
      ]
    },
    "hideOnMobile": {
      "type": "boolean",
      "style": [
        {
          "selector": "@media (max-width:48em) { {{WRAPPER}} { display: none; } }"
        }
      ]
    },
    "blockCSS": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "postBoxWrapperBorder": {
      "type": "object",
      "default": {
        "border": 1,
        "radius": {
          "desktop": {
            "lock": true
          }
        },
        "size": {
          "desktop": {
            "lock": true
          }
        }
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-bottom-posts-wrapper.mzb-bottom-posts-wrapper-border"
        }
      ]
    },
    "postBoxWrapperBoxShadow": {
      "type": "object",
      "default": {
        "boxShadow": 1
      },
      "style": [
        {
          "selector": "{{WRAPPER}} .mzb-posts.mzb-layout-5.mzb-layout-5-style-2 .mzb-bottom-posts-wrapper.mzb-bottom-posts-wrapper-border"
        }
      ]
    }
  },
  "style": "magazine-blocks-blocks",
  "editorScript": "magazine-blocks-blocks",
  "editorStyle": "magazine-blocks-blocks-editor"
}
