{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "createwithrani/superlist-block",
	"version": "0.1.3",
	"title": "Super List",
	"category": "design",
	"description": "Nest multiple blocks inside list items in any kind of list (ordered, unordered, no marker, etc)",
	"allowedBlocks": ["createwithrani/superlist-item"],
	"attributes": {
		"listStyle":{
			"type": "string",
			"default": "ul"
		},
		"orientation": {
			"type": "string"
		},
		"itemWidth": {
			"type": "string"
		},
		"verticalAlignment": {
			"type": "string"
		}
	},
	"supports": {
		"anchor": true,
		"html": true,
		"align": true,
		"color": {
			"background": true,
			"gradients": true,
			"text": true,
			"link": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"__experimentalFontFamily": true,
			"lineHeight": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		}
	},
	"textdomain": "superlist-block",
	"editorScript": "file:index.js",
	"editorStyle": "file:index.css",
	"style": "file:style-index.css"
}
