{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/carousel",
  "version": "1.0.0",
  "title": "Products Carousel",
  "category": "omnipress",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='25.4' viewBox='0 0 25.4 25.4'><g id='tab-content' transform='translate(-1007.3 -167.3)'><path id='Path_79' data-name='Path 79' d='M0,0H24V24H0Z' transform='translate(1008 168)' fill='none' stroke='#175fff' strokeLinejoin='round' strokeWidth='1.4' /><path id='Path_78' data-name='Path 78' d='M0,0H14' transform='translate(1013 176)' fill='none' stroke='#175fff' strokeWidth='1.4' /><path id='Path_77' data-name='Path 77' d='M0,0H9.5' transform='translate(1013 180)' fill='none' stroke='#175fff' strokeWidth='1.4' /><path id='Path_76' data-name='Path 76' d='M0,0H7.5' transform='translate(1013 184)' fill='none' stroke='#175fff' strokeWidth='1.4' /></g></svg>",
  "description": "Product Carousel -- Create an engaging display of your products that scrolls horizontally, allowing you to showcase multiple items in a visually appealing way.",
  "supports": {
    "html": false
  },
  "editorScript": [
    "file:./view.js",
    "file:../woocommerce/index.js"
  ],
  "viewScript": [
    "file:./view.js"
  ],
  "style": [
    "file:../woocommerce/style-index.css"
  ]
}