{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "axvart/three-d-tilt-card", "version": "1.0.0", "title": "3D Tilt Card", "category": "widgets", "icon": "desktop", "description": "A modern card with interactive 3D hover animation.", "textdomain": "axvart", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js", "supports": { "html": false, "anchor": true, "customClassName": true }, "attributes": { "title": { "type": "string", "default": "Card Title" }, "description": { "type": "string", "default": "This is a description of the 3D Tilt Card. Hover over me to see the effect." }, "titleTag": { "type": "string", "default": "h3" }, "iconUrl": { "type": "string", "default": "" }, "iconId": { "type": "number", "default": 0 }, "iconType": { "type": "string", "default": "upload" }, "iconPreset": { "type": "string", "default": "star" }, "showButton": { "type": "boolean", "default": true }, "buttonText": { "type": "string", "default": "Read More" }, "buttonUrl": { "type": "string", "default": "#" }, "tiltMax": { "type": "number", "default": 15 }, "scale": { "type": "number", "default": 1.03 }, "enableFloatingIcon": { "type": "boolean", "default": true }, "floatSpeed": { "type": "number", "default": 3 }, "floatHeight": { "type": "number", "default": 10 }, "cardPadding": { "type": "number", "default": 30 }, "cardRadius": { "type": "number", "default": 20 }, "cardBgColor": { "type": "string", "default": "#ffffff" }, "cardBgGradient": { "type": "string", "default": "" }, "cardBorderWidth": { "type": "number", "default": 0 }, "cardBorderColor": { "type": "string", "default": "#e5e5e5" }, "shadowColor": { "type": "string", "default": "rgba(0,0,0,0.1)" }, "shadowIntensity": { "type": "number", "default": 20 }, "alignment": { "type": "string", "default": "center" }, "textColor": { "type": "string", "default": "#333333" }, "descColor": { "type": "string", "default": "#666666" }, "iconColor": { "type": "string", "default": "#007cba" }, "iconSize": { "type": "number", "default": 40 }, "buttonTextColor": { "type": "string", "default": "#ffffff" }, "buttonBgColor": { "type": "string", "default": "#007cba" } } }