{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/pickup-posts",
  "version": "0.1.0",
  "title": "Pickup Posts",
  "category": "widgets",
  "supports": {
    "html": false
  },
  "attributes": {
    "pickupId": {
      "type": "string",
      "default": "Default_ID"
    },
    "pickupType": {
      "type": "string",
      "default": "multi"
    },
    "pickupQuery": {
      "type": "string",
      "default": "nomal"
    },
    "numberOfItems": {
      "type": "number",
      "default": 3
    },
    "posts": {
      "type": "array",
      "default": []
    },
    "numberOfTotal": {
      "type": "number",
      "default": 0
    },
    "currentPage": {
      "type": "number",
      "default": 0
    },
    "selectedSlug": {
      "type": "string",
      "default": ""
    },
    "selectedRest": {
      "type": "string",
      "default": ""
    },
    "taxRelateType": {
      "type": "string",
      "default": "OR"
    },
    "choiceTerms": {
      "type": "array",
      "default": []
    },
    "dispTaxonomies": {
      "type": "array",
      "default": []
    },
    "choiceFields": {
      "type": "array",
      "default": []
    },
    "choicePeriod": {
      "type": "string",
      "default": ""
    },
    "searchWord": {
      "type": "string",
      "default": ""
    },
    "searchFields": {
      "type": "array",
      "default": []
    },
    "blockMap": {
      "type": "object",
      "default": {
        "title": "itmar/design-title",
        "content": "core/post-content",
        "date": "itmar/design-title",
        "excerpt": "core/paragraph",
        "featured_media": "core/image"
      }
    },
    "blocksAttributesArray": {
      "type": "array",
      "default": []
    }
  },
  "textdomain": "query-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}