{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "sn/why-chose-us",
	"version": "0.1.1",
	"title": "SN - Why Choose Us",
	"category": "sn-category",
	"icon": "align-pull-left",
	"description": "SN Why Choose Us block",
	"supports": {
		"html": false
	},
	"attributes": {
		"eyebrow": {
			"type": "string"
		},
		"section_title": {
      "type": "string"
    },
		"image": {
			"type": "object",
			"default": {}
		},
		"items": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object",
				"required": ["title"],
				"properties": {
				  "icon": {
						"type": "object",
						"default": {}
					},
					"title": {
						"type": "string",
						"default": ""
					},
					"intro": {
						"type": "string",
						"default": ""
					}
				}
			}
		}
	},
	"keywords": ["Why Choose Us"],
	"textdomain": "sn",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
  "render": "file:./render.php"
}
