{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nemtly/shimmer-lines",
    "version": "1.0.0",
    "title": "Shimmer Lines",
    "category": "nemtly",
    "icon": "star-filled",
    "description": "Text with shimmering gradient lines.",
    "example": {},
    "supports": {
        "html": false,
        "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",
    "attributes": {
        "content": {
            "type": "string",
            "default": "Shimmer Text"
        },
        "gradientColors": {
            "type": "array",
            "default": ["#667eea", "#764ba2", "#f093fb", "#4facfe", "#00f2fe"]
        },
        "animationDuration": {
            "type": "number",
            "default": 3
        },
        "animationType": {
            "type": "string",
            "default": "linear"
        },
        "backgroundSize": {
            "type": "number",
            "default": 200
        }
    }
}