{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "material/query-pagination-first",
	"title": "First Page",
	"category": "material",
	"parent": [ "material/query-pagination" ],
	"description": "Displays the first posts page link.",
	"textdomain": "material-design-google",
	"attributes": {
		"label": {
			"type": "string"
		}
	},
	"usesContext": [ "queryId", "query" ],
	"supports": {
		"reusable": false,
		"html": false,
		"color": {
			"gradients": true,
			"text": false
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		}
	},
  "editorStyle": "material-block-editor-css",
  "editorScript": "material-block-editor-js"
}
