{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "agilepress/content-block-for-acf",
	"version": "1.1.0",
	"title": "AgilePress Content Block for ACF",
	"category": "widgets",
	"icon": "editor-code",
	"description": "Display Advanced Custom Fields content using custom tags within HTML.",
	"example": {
		"attributes": {
			"content": "<div class=\"acf-example\">\n  <p>Location: {latitud}, {longitud}</p>\n</div>"
		}
	},
	"attributes": {
		"content": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"anchor": true,
		"align": true
	},
	"textdomain": "agilepress-content-block-for-acf",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php"
}