{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "kevinbatdorf/image-filters",
    "version": "1.0.0",
    "title": "Image Filters",
    "category": "media",
    "description": "Apply 22 image filters to the core image block.",
    "attributes": {
        "sourceImageId": { "type": "number" },
        "currentImageId": { "type": "number" },
        "currentFilterSlug": { "type": "string" },
        "filteredFromImageId": { "type": "number" }
    },
    "supports": {
        "html": false
    },
    "textdomain": "image-filters",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css"
}
