File "block.json"

Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/inc/modules/receipt-layouts/blocks/order-service-date-time/src/block.json
File size: 1.02 KB
MIME-type: application/json
Charset: utf-8

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "orderable/order-service-date-time",
	"version": "1.0.0",
	"title": "Orderable - Order Service Date & Time",
	"category": "orderable",
	"description": "Shows the order service date and time. E.g.: Delivery date and time",
	"attributes": {
		"showLabel": {
			"type": "boolean",
			"default": false
		},
		"label": {
			"type": "string",
			"default": "Service date and time:"
		},
		"deliveryDateLabel": {
			"type": "string",
			"default": "Delivery Date:"
		},
		"deliveryTimeLabel": {
			"type": "string",
			"default": "Delivery Time:"
		},
		"pickupDateLabel": {
			"type": "string",
			"default": "Pickup Date:"
		},
		"pickupTimeLabel": {
			"type": "string",
			"default": "Pickup Time:"
		},
		"showDate": {
			"type": "boolean",
			"default": true
		},
		"showTime": {
			"type": "boolean",
			"default": true
		}
	},
	"textdomain": "orderable",
	"editorScript": "file:./index.js",
	"render": "file:./render.php",
	"editorStyle": "file:./index.css"
}