{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "rpress/food-menu",
	"title": "Menu",
	"category": "restropress",
	"description": "Display your restaurant menu with ordering. Customers browse items, pick add-ons, and add to cart.",
	"keywords": [
		"food",
		"menu",
		"restaurant",
		"ordering",
		"delivery",
		"pickup",
		"food menu"
	],
	"textdomain": "restropress",
	"attributes": {
		"category": {
			"type": "string",
			"default": ""
		},
		"categoryExclude": {
			"type": "string",
			"default": ""
		},
		"layout": {
			"type": "string",
			"default": ""
		},
		"orderby": {
			"type": "string",
			"default": "title"
		},
		"order": {
			"type": "string",
			"default": "ASC"
		},
		"showCategories": {
			"type": "boolean",
			"default": true
		},
		"showServiceBar": {
			"type": "boolean",
			"default": true
		},
		"showSearch": {
			"type": "boolean",
			"default": true
		},
		"showCart": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false,
		"color": {
			"background": true,
			"text": true,
			"gradients": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"__experimentalBorder": {
			"color": true,
			"radius": true,
			"width": true
		}
	},
	"editorScript": "rpress-blocks-editor",
	"style": "rpress-blocks",
	"editorStyle": "rpress-storefront-editor",
	"example": {
		"attributes": {
			"layout": "grid"
		}
	}
}