{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "provenexpert/circle",
	"version": "1.1.2",
	"title": "ProvenExpert Quality Seal",
	"category": "widgets",
	"description": "Provides a block to show your ProvenExpert Quality Seal.",
	"keywords": ["ProvenExpert"],
	"supports": {},
	"textdomain": "provenexpert",
	"editorScript": "file:build/index.js",
	"editorStyle": "file:build/index.css",
    "style": "file:build/style-index.css",
	"attributes": {
        "preview": {
            "type": "boolean",
            "default": false
        },
		"blockId": {
			"type": "string"
		},
        "width": {
            "type": "integer",
            "default": 200
        },
        "fixed": {
            "type": "boolean",
            "default": false
        },
        "origin": {
            "type": "string",
            "default": "bottom"
        },
        "position": {
            "type": "integer",
            "default": 0
        },
        "side": {
            "type": "string",
            "default": "right"
        }
    },
	"example": {
		"attributes": {
            "preview": true
        }
	}
}
