File: /home/bdedition/www/aitoolkitlab.co/wp-content/plugins/iconic-copy-text-blocks/build/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "ictb/copy-box",
"title": "Copy Box",
"description": "Add a stylish copy box with a one-click Copy to Clipboard button to your posts and pages.",
"category": "widgets",
"keywords": ["copy", "clipboard", "copy to clipboard", "copy box"],
"icon": "clipboard",
"textdomain": "iconic-copy-text-blocks",
"attributes": {
"promptText": { "type": "string", "default": "Enter your text here..." },
"buttonLabel": { "type": "string", "default": "Copy" },
"copiedLabel": { "type": "string", "default": "Copied!" },
"btnBg": { "type": "string", "default": "#3b82f6" },
"btnColor": { "type": "string", "default": "#ffffff" },
"btnHoverBg": { "type": "string", "default": "#2563eb" },
"btnRadius": { "type": "number", "default": 6 },
"btnAlign": { "type": "string", "default": "center" },
"showIcon": { "type": "boolean", "default": true },
"showCornerIcon": { "type": "boolean", "default": true },
"boxBg": { "type": "string", "default": "#f8f9fa" },
"boxBorderColor": { "type": "string", "default": "#dee2e6" },
"boxBorderWidth": { "type": "number", "default": 1 },
"boxBorderRadius": { "type": "number", "default": 8 },
"boxPadding": { "type": "number", "default": 20 },
"textColor": { "type": "string", "default": "#212529" },
"textSize": { "type": "number", "default": 15 }
},
"supports": { "html": false },
"editorScript": "file:./index.js",
"editorStyle": "file:./editor.css"
}