File "block.json"

Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/inc/modules/receipt-layouts/blocks/divider/src/block.json
File size: 499 bytes
MIME-type: application/json
Charset: utf-8

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "orderable/divider",
	"version": "1.0.0",
	"title": "Orderable - Divider",
	"category": "orderable",
	"description": "Shows a divider.",
	"attributes": {
		"lineStyle": {
			"type": "string",
			"default": "dashed"
		},
		"height": {
			"type": "integer",
			"default": "2"
		}
	},
	"textdomain": "orderable",
	"editorScript": "file:./index.js",
	"render": "file:./render.php",
	"editorStyle": "file:./index.css"
}