{
	"apiVersion": "1",
	"name": "ctcb/click-to-copy",
	"title": "Click to Copy",
	"description": "The Click To Copy Block plugin offers a seamless Gutenberg block for one-click content copying",
	"category": "widgets",
	"keywords": [
		"click to copy",
		"copy to clipboard",
		"block"
	],
	"textdomain": "clipboard",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"hoverContent": {
			"type": "object",
			"default": {
				"typo": {
					"fontSize": {
						"desktop": 15,
						"tablet": 14,
						"mobile": 14
					},
					"fontWeight": 400,
					"lineHeight": "135%"
				},
				"colors": {
					"color": "#fff",
					"bg": "#000"
				}
			}
		},
		"input": {
			"type": "object",
			"default": {
				"label": "Enter Your Label",
				"offerContent": "Input Your Data"
			}
		},
		"elements": {
			"type": "object",
			"default": {
				"label": true,
				"icon": true,
				"text": true
			}
		},
		"forms": {
			"type": "string",
			"default": "default"
		},
		"labelTypo": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 18,
					"tablet": 15,
					"mobile": 15
				},
				"fontWeight": 400,
				"lineHeight": "135%"
			}
		},
		"labelColor": {
			"type": "string",
			"default": "#000"
		},
		"inputTypo": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 18,
					"tablet": 15,
					"mobile": 15
				},
				"fontWeight": 400,
				"fontFamily": "Arial, sans-serif",
				"lineHeight": "135%"
			}
		},
		"inputColors": {
			"type": "object",
			"default": {
				"color": "#000000a1",
				"bg": "#fff"
			}
		},
		"inputPadding": {
			"type": "object",
			"default": {
				"top": "5px",
				"right": "5px",
				"bottom": "5px",
				"left": "5px"
			}
		},
		"inputBorder": {
			"type": "object",
			"default": {
				"radius": "5px",
				"color": "#000",
				"width": "1px"
			}
		},
		"btnTypo": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 18,
					"tablet": 15,
					"mobile": 15
				},
				"fontWeight": 400,
				"fontFamily": "Arial, sans-serif",
				"lineHeight": "135%"
			}
		},
		"btnColors": {
			"type": "object",
			"default": {
				"color": "#fff",
				"bg": "#5784f5"
			}
		},
		"btnBorder": {
			"type": "object",
			"default": {
				"radius": "10px",
				"color": "#000",
				"width": "0px"
			}
		},
		"btnPadding": {
			"type": "object",
			"default": {
				"top": "10px",
				"right": "20px",
				"bottom": "10px",
				"left": "20px"
			}
		},
		"btnIcon": {
			"type": "object",
			"default": {
				"color": "#fff",
				"size": 18
			}
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"columns": {
				"desktop": 1,
				"tablet": 1,
				"mobile": 1
			}
		}
	},
	"editorScript": "file:dist/editor.js"
}