{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bluefeed/feed",
	"version": "1.0.0",
	"title": "BlueFeed",
	"category": "embed",
	"icon": "rss",
	"description": "Display your Bluesky feed with a live preview.",
	"keywords": [ "bluesky", "social", "feed", "bluefeed" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"layout": {
			"type": "string",
			"default": "classic"
		},
		"count": {
			"type": "number",
			"default": 9
		},
		"handle": {
			"type": "string",
			"default": ""
		},
		"columns": {
			"type": "number",
			"default": 3
		},
		"gap": {
			"type": "string",
			"default": ""
		},
		"border_radius": {
			"type": "string",
			"default": ""
		},
		"border_width": {
			"type": "string",
			"default": ""
		},
		"show_header": {
			"type": "string",
			"default": "true"
		},
		"show_replies": {
			"type": "string",
			"default": "false"
		},
		"show_images": {
			"type": "string",
			"default": "false"
		},
		"show_follow": {
			"type": "string",
			"default": "true"
		},
		"show_caption": {
			"type": "string",
			"default": "false"
		},
		"show_avatar": {
			"type": "string",
			"default": "true"
		},
		"show_name": {
			"type": "string",
			"default": "true"
		},
		"show_handle": {
			"type": "string",
			"default": "true"
		},
		"show_time": {
			"type": "string",
			"default": "true"
		},
		"show_stats": {
			"type": "string",
			"default": "true"
		},
		"card_bg": {
			"type": "string",
			"default": ""
		},
		"placeholder_bg": {
			"type": "string",
			"default": ""
		},
		"post_text": {
			"type": "string",
			"default": ""
		},
		"meta_text": {
			"type": "string",
			"default": ""
		},
		"card_border": {
			"type": "string",
			"default": ""
		},
		"link_color": {
			"type": "string",
			"default": ""
		},
		"link_hover": {
			"type": "string",
			"default": ""
		},
		"row_hover_bg": {
			"type": "string",
			"default": ""
		},
		"header_name": {
			"type": "string",
			"default": ""
		},
		"follow_text": {
			"type": "string",
			"default": ""
		},
		"follow_bg": {
			"type": "string",
			"default": ""
		},
		"follow_border": {
			"type": "string",
			"default": ""
		},
		"follow_hover_text": {
			"type": "string",
			"default": ""
		},
		"follow_hover_bg": {
			"type": "string",
			"default": ""
		}
	},
	"textdomain": "bluefeed",
	"editorScript": "bluefeed-block-editor"
}
