{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "game-review/game-list",
	"version": "5.0.1",
	"title": "Game Review List",
	"category": "widgets",
	"icon": "editor-ol",
	"supports": {
		"html": false
	},
	"description": "Lists all rated games.",
	"attributes": {
		"use_cache": {
			"type": "boolean",
			"default": false
		},
		"divider": {
			"type": "string",
			"default": "/"
		},
		"updated": {
			"type": "number",
			"default": 0
		}
	},
	"textdomain": "game-review-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
