{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "page-views-count/stats",
	"title": "Page Views",
	"description": "Show all time views and views today",
	"textdomain": "page-views-count",
	"category": "a3rev-blocks",
	"supports": {
		"multiple": false,
		"spacing": {
			"margin": true,
			"padding": false
		}
	},
	"keywords": [ "Page Views Count", "Views", "Stats" ],
	"example": {
		"attributes": {
			"isPreview": true
		}
	},
	"attributes": {
		"align": {
			"type": "string",
			"default": "left"
		},
		"postID": {
			"type": "string",
			"default": 0
		},
		"isDisabled": {
			"type": "boolean",
			"default": true
		},
		"isPreview": {
			"type": "boolean",
			"default": false
		}
	},
	"selectors": {
        "root": ".wp-block-apage-views-count-stats"
    },
    "editorScript": "page_views_count-cgb-block-js",
	"editorStyle": [ "a3pvc" ]
}
