{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "home-head/home-head",
	"version": "0.1.0",
	"title": "Home Head",
	"category": "theme",
	"icon": "block-default",
	"description": "Example try 2,124,988",
	"supports": {
		"html": false
	},
	"textdomain": "home-head",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
		"message_1": {
		  "type":"string",
		  "default":"PrimeTime Freight"
		},
		"message_2": {
			"type":"string",
			"default":"Where time is never wasted"
		  },
		"message_btn": {
			"type":"string",
			"default":"Owner Operators"
		  },
		"imgUrl" : {
		  "type":"string",
		  "default":"http://prime-freight-inc/wp-content/uploads/2022/09/Mask-group-30.png"
		},
		"url_btn" :{
			"type":"string",
			"default": "#"
		},
		"post": {
			"type": "object"
		}
	  }
}