{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nemtly/line-revealer",
    "version": "1.0.0",
    "title": "Line Revealer",
    "category": "nemtly",
    "icon": "minus",
    "description": "Text revealed by moving lines.",
    "example": {},
    "supports": {
        "html": false,
        "color": {
            "text": true,
            "background": true
        },
        "typography": {
            "fontSize": true,
            "fontWeight": true,
            "lineHeight": true
        }
    },
    "textdomain": "nemtly-blocks",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js",
    "attributes": {
        "leftText": {
            "type": "string",
            "default": "Black"
        },
        "centerText": {
            "type": "string",
            "default": "&"
        },
        "rightText": {
            "type": "string",
            "default": "White"
        },
        "loop": {
            "type": "boolean",
            "default": true
        }
    }
}