{ "apiVersion": 3, "name": "blockenberg/text-gradient", "title": "Gradient Text", "category": "bkbg-effects", "icon": "editor-textcolor", "description": "Heading or paragraph text with a rich gradient fill, optional outline, shadow, and CSS animation.", "keywords": [ "gradient", "text", "heading", "typography", "color", "animated" ], "textdomain": "blockenberg", "editorScript": "bkbg-text-gradient-editor", "editorStyle": "bkbg-text-gradient-style", "style": "bkbg-text-gradient-style", "viewScript": "bkbg-text-gradient-frontend", "supports": { "html": false, "anchor": true, "className": true, "align": [ "wide", "full" ] }, "attributes": { "text": { "type": "string", "default": "Beautiful Gradient Text" }, "tag": { "type": "string", "default": "h2" }, "gradientAngle": { "type": "number", "default": 135 }, "color1": { "type": "string", "default": "#6c3fb5" }, "color2": { "type": "string", "default": "#ec4899" }, "color3": { "type": "string", "default": "#f59e0b" }, "useColor3": { "type": "boolean", "default": false }, "color1Stop": { "type": "number", "default": 0 }, "color2Stop": { "type": "number", "default": 100 }, "color3Stop": { "type": "number", "default": 50 }, "animate": { "type": "boolean", "default": false }, "animationSpeed": { "type": "number", "default": 4 }, "titleTypo": { "type": "object", "default": {} }, "subtextTypo": { "type": "object", "default": {} }, "textAlign": { "type": "string", "default": "center" }, "showOutline": { "type": "boolean", "default": false }, "outlineWidth": { "type": "number", "default": 2 }, "outlineColor": { "type": "string", "default": "#6c3fb5" }, "showShadow": { "type": "boolean", "default": false }, "shadowX": { "type": "number", "default": 2 }, "shadowY": { "type": "number", "default": 4 }, "shadowBlur": { "type": "number", "default": 12 }, "shadowColor": { "type": "string", "default": "rgba(108,63,181,0.35)" }, "subtext": { "type": "string", "default": "" }, "showSubtext": { "type": "boolean", "default": false }, "subtextColor": { "type": "string", "default": "#6b7280" }, "padding": { "type": "number", "default": 0 } } }