{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "affreviews/info-list",
	"version": "0.1.1",
	"title": "Review Info List",
	"category": "affreviews",
	"icon": "list-view",
	"keywords": ["list", "affiliates", "info", "reviews", "details"],
	"description": "List with all the review information. Can be used inside a review or in any page.",
	"supports": {
		"html": false
	},
	"attributes": {
		"selectedPost": {
			"type": "integer",
			"default": 0
		},
		"infoTitle": {
			"type": "string",
			"default": "Information list"
		}
	},
	"textdomain": "affreviews",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
