{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "zypento-blocks/simple-slider",
    "version": "0.1.0",
    "title": "Zypento Simple Slider",
    "category": "widgets",
    "description": "Zypento Simple Slider",
    "attributes": {
        "slides": {
            "type": "object",
            "default": {

            }
        }
    },
    "example": {},
    "supports": {
        "color": {
            "background": false,
            "text": true
        },
        "html": false,
        "typography": {
            "fontSize": true
        }
    },
    "textdomain": "zypento-blocks",
    "style": "file:./style.css",
    "viewScript": "file:./view.js"
}
