{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "kevinbatdorf/fit-to-width",
	"version": "0.1.0",
	"title": "Fit To Width",
	"category": "widgets",
	"icon": "menu",
	"description": "A text block where each line is automatically full width.",
	"example": {},
	"attributes": {
		"content": {
			"type": "string",
			"default": ""
		},
		"margin": { "type": "string" },
		"lineHeight": { "type": "string", "default": "1.1" },
		"maxFontSize": { "type": "string" },
		"baseFontSize": { "type": "string", "default": "1em" }
	},
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"textdomain": "fit-to-width",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
