{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "downloadlist/list",
	"version": "4.0.3",
	"title": "Download List Block with Icons",
	"category": "widgets",
	"icon": "list-view",
	"description": "Provides a Gutenberg block for capturing a download list with file type specific icons.",
	"keywords": [ "downloadlist", "download" ],
	"supports": {
		"anchor": false,
		"color": {
			"gradients": true,
			"link": true
		},
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"__experimentalBorder": true
	},
	"textdomain": "download-list-block-with-icons",
	"editorScript": "file:block/index.js",
	"editorStyle": "file:block/index.css",
	"style": "file:block/style-index.css",
	"attributes": {
		"files": {
			"type": "array"
		},
		"hideFileSize": {
			"type": "boolean",
			"default": false
		},
		"hideDescription": {
			"type": "boolean",
			"default": false
		},
		"hideIcon": {
			"type": "boolean",
			"default": false
		},
		"hideLink": {
			"type": "boolean",
			"default": false
		},
		"linkTarget": {
			"type": "string",
			"default": "direct"
		},
		"robots": {
			"type": "string",
			"default": "follow"
		},
		"iconset": {
			"type": "string",
			"default": "dashicons"
		},
		"file_types_set": {
			"type": "boolean",
			"default": false
		},
		"preview": {
			"type": "boolean",
			"default": false
		},
		"doNotForceDownload": {
			"type": "boolean",
			"default": false
		},
		"showDownloadButton": {
			"type": "boolean",
			"default": false
		},
		"downloadLinkTarget": {
			"type": "string",
			"default": ""
		},
		"downloadLinkTargetName": {
			"type": "string",
			"default": ""
		},
		"linkBrowserTarget": {
			"type": "string",
			"default": ""
		},
		"linkBrowserTargetName": {
			"type": "string",
			"default": ""
		},
		"list": {
			"type": "integer",
			"default": 0
		},
		"order": {
			"type": "string",
			"default": ""
		},
		"orderby": {
			"type": "string",
			"default": ""
		},
		"showFileDates": {
			"type": "boolean",
			"default": false
		},
		"showFileFormatLabel": {
			"type": "boolean",
			"default": false
		}
	},
	"example": {
		"attributes": {
			"mode": "preview",
			"preview": true
		}
	}
}
