{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "content-publicity/quote",
	"version": "1.2.0",
	"title": "Click-to-Share Quote",
	"category": "widgets",
	"icon": "format-quote",
	"description": "A shareable pull-quote block. One click sends the quote to X, LinkedIn, WhatsApp, Facebook, Bluesky, Threads, Mastodon, and more.",
	"keywords": [
		"share",
		"quote",
		"click to tweet",
		"click to share",
		"tweetable",
		"pull quote"
	],
	"textdomain": "content-publicity",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"anchor": true
	},
	"attributes": {
		"quote": {
			"type": "string",
			"default": ""
		},
		"cite": {
			"type": "string",
			"default": ""
		},
		"networks": {
			"type": "array",
			"default": [ "twitter", "linkedin", "whatsapp" ],
			"items": {
				"type": "string"
			}
		}
	},
	"editorScript": "file:./editor.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css"
}
