{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ub/content-filter-block",
  "title": "Content Filter",
  "category": "ultimateblocks",
  "description": "Content Filter lets your visitors filter the content based on different filters.",
  "keywords": [
    "Filtering",
    "Ultimate Blocks"
  ],
  "attributes": {
    "blockID": {
      "type": "string",
      "default": ""
    },
    "filterButtonAlignment": {
      "type": "string",
      "default": ""
    },
    "filterArray": {
      "type": "array",
      "default": []
    },
    "buttonColor": {
      "type": "string",
      "default": "#eeeeee"
    },
    "buttonTextColor": {
      "type": "string",
      "default": ""
    },
    "activeButtonColor": {
      "type": "string",
      "default": "#fcb900"
    },
    "activeButtonTextColor": {
      "type": "string",
      "default": ""
    },
    "initiallyShowAll": {
      "type": "boolean",
      "default": true
    },
    "matchingOption": {
      "type": "string",
      "default": ""
    },
    "padding": {
      "type": "object",
      "default": {}
    },
    "margin": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {},
  "editorStyle": "ultimate_blocks-cgb-block-editor-css",
  "editorScript": "ultimate_blocks-cgb-block-js",
  "style": "ultimate_blocks-cgb-style-css",
  "viewScript": "ultimate_blocks-content-filter-front-script"
}