{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "rentsyst/vehicle-reservation-button",
  "version": "0.6.0",
  "title": "Vehicle reserve button",
  "category": "rentsyst",
  "description": "This block give opportunity to display reservation button for each item of vehicle",
  "keywords": [ "link" ],
  "icon": "button",
  "textdomain": "rentsyst",
  "attributes": {
	"selectedType": {
	  "type": "string",
	  "default": false
	}
  },
  "supports": {
	"anchor": true,
	"align": [ "wide", "full" ],
	"__experimentalExposeControlsToChildren": true,
	"spacing": {
	  "blockGap": true,
	  "margin": ["top", "bottom" ],
	  "__experimentalDefaultControls": {
		"blockGap": true
	  }
	},
	"__experimentalLayout": {
	  "allowSwitching": false,
	  "allowInheriting": false,
	  "default": {
		"type": "flex"
	  }
	}
  },
  "styles": [
	{ "name": "fill", "label": "Fill", "isDefault": true },
	{ "name": "outline", "label": "Outline" }
  ],
  "usesContext": [
	"postId",
	"postType",
	"queryId"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
