| {
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"title": "Spacex Data",
	"name": "bsf-spacex/spacex-data",
	"category": "formatting",
	"attributes": {
		"searchTextLabel": {
			"type": "string",
			"default": "Search"
		},
		"previousTextLabel": {
			"type": "string",
			"default": "Previous"
		},
		"nextTextLabel": {
			"type": "string",
			"default": "Next"
		},
		"buttonColorBg": {
			"type": "string",
			"default": "#0891b2"
		},
		"buttonColorText": {
			"type": "string",
			"default": "#fff"
		},
		"colorBgSecondary": {
			"type": "string",
			"default": "#ccc"
		},
		"colorTextSecondary": {
			"type": "string",
			"default": "#000"
		}
	},
	"example": {
		"attributes": {
			"searchText": "Search",
			"previousTextLabel": "Previous",
			"nextTextLabel": "Next",
			"buttonColorBg": "#0891b2",
			"buttonColorText": "#fff",
			"colorBgSecondary": "#ccc",
			"colorTextSecondary": "000"
		}
	},
	"supports": {
		"html": false
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"viewScript": "file:./view.js",
	"style": "file:./style-index.css"
}
 |