{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acf-field-blocks/acf-text",
	"title": "ACF Text",
	"description": "Display ACF field as text.",
	"category": "acf-field-blocks",
	"textdomain": "acf-field-blocks",
	"usesContext": [
		"postId",
		"postType",
		"queryId",
		"termId",
		"taxonomy",
		"acf-field-blocks/repeaters",
		"acf-field-blocks/taxonomy",
		"acf-field-blocks/term",
		"acf-field-blocks/user"
	],
	"attributes": {
		"fieldKey": {
			"type": "string",
			"default": ""
		},
		"fieldSource": {
			"type": "string",
			"default": ""
		},
		"textAlign": {
			"type": "string"
		},
		"tag": {
			"type": "string",
			"default": "p"
		},
		"prefix": {
			"type": "string"
		},
		"suffix": {
			"type": "string"
		},
		"showMessageIfEmpty": {
			"type": "boolean",
			"default": false
		},
		"emptyMessage": {
			"type": "string"
		},
		"checkedText": {
			"type": "string",
			"default": "Yes"
		},
		"uncheckedText": {
			"type": "string",
			"default": "No"
		},
		"returnFormat": {
			"type": "string"
		},
		"separator": {
			"type": "string",
			"default": ", "
		},
		"linkToObject": {
			"type": "boolean"
		},
		"newTab": {
			"type": "boolean"
		}
	},
	"supports": {
		"interactivity": true,
		"align": [ "wide", "full" ],
		"html": false,
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true,
				"link": true
			}
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontFamily": true,
			"__experimentalFontWeight": true,
			"__experimentalFontStyle": true,
			"__experimentalTextTransform": true,
			"__experimentalTextDecoration": true,
			"__experimentalLetterSpacing": true,
			"__experimentalDefaultControls": {
				"fontSize": true,
				"fontAppearance": true,
				"textTransform": true,
				"lineHeight": true
			}
		},
		"inserter": false
	}
}