{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nemtly/zoom-out-text",
    "version": "1.0.0",
    "title": "Zoom Out Text",
    "category": "nemtly",
    "icon": "editor-expand",
    "description": "Text that scales down from large to normal size.",
    "example": {},
    "supports": {
        "html": false,
        "color": {
            "text": true,
            "background": true
        },
        "typography": {
            "fontSize": true,
            "lineHeight": true,
            "__experimentalFontFamily": true,
            "__experimentalFontStyle": true,
            "__experimentalFontWeight": true,
            "__experimentalLetterSpacing": true,
            "__experimentalTextTransform": true,
            "__experimentalTextDecoration": true
        }
    },
    "textdomain": "nemtly-blocks",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js",
    "attributes": {
        "content": {
            "type": "string",
            "source": "html",
            "selector": "h1"
        },
        "loop": {
            "type": "boolean",
            "default": false
        },
        "durationIn": {
            "type": "number",
            "default": 800
        },
        "delay": {
            "type": "number",
            "default": 800
        },
        "scaleStart": {
            "type": "number",
            "default": 14
        }
    }
}