{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/list",
  "title": "List",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-tools",
  "usesContext": [
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "example": {
    "attributes": {
      "wrapper": {
        "options": {
          "tag": "ul",
          "class": "pg-list"
        },
        "styles": {
          "display": [],
          "margin": {
            "Desktop": "0px 0px 0px 0px"
          },
          "padding": {
            "Desktop": "0px 0px 0px 0px"
          },
          "listStyle": [],
          "backgroundColor": [],
          "border": []
        }
      },
      "itemsX": {
        "items": [
          {
            "text": "HTML",
            "icon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fas fa-chevron-right"
            },
            "styles": []
          },
          {
            "text": "CSS",
            "icon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fas fa-chevron-right"
            },
            "styles": []
          },
          {
            "text": "Photoshop",
            "icon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fas fa-chevron-right"
            },
            "styles": []
          },
          {
            "text": "JavaScript",
            "icon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fas fa-chevron-right"
            },
            "styles": []
          }
        ]
      }
    }
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "ul",
          "class": "pg-list"
        },
        "styles": {}
      }
    },
    "items": {
      "type": "array",
      "default": [
        {
          "text": "",
          "icon": {
            "library": "fontAwesome",
            "srcType": "class",
            "iconSrc": "fas fa-chevron-right"
          },
          "styles": {}
        }
      ]
    },
    "itemsX": {
      "type": "object",
      "default": {
        "items": []
      }
    },
    "item": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "tag": "li",
          "counter": false,
          "reversed": false,
          "start": 1,
          "type": "1",
          "class": "item"
        },
        "styles": {}
      }
    },
    "icon": {
      "type": "object",
      "default": {
        "options": {
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-chevron-right",
          "class": "icon",
          "position": ""
        },
        "styles": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "script": "combo_blocks_scripts",
  "keywords": [
    "list",
    "list maker",
    "list block",
    "list for wordpress",
    "list block for wordpress"
  ],
  "description": "The list block is a formatting element for creating ordered or unordered lists, making content easy to follow and categorize."
}