# disco/1.2.85/assets/block.json

Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO, version 1.2.85. 37 lines.

- Page: https://pluginprobe.com/plugins/disco/1.2.85/code/assets/block.json
- Raw: https://pluginprobe.com/plugins/disco/1.2.85/raw/assets/block.json
- Modified: 2025-08-18T04:33:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disco/1.2.85/code/assets/block.json#L10-L20`.

```json
{
	"apiVersion": 2,
	"name": "disco/block-name",
	"title": "block_name",
	"category": "text",
	"editorScript": "file:./build/plugin-block.js",
	"editorStyle": "file:./build/plugin-block.css",
	"style": "file:./build/plugin-block.css",
	"attributes": {
		"style": {
			"type": "object",
			"default": {
				"color": {
					"background": "#333333",
					"text": "#ffffff",
					"link": "#00A0D2"
				},
				"spacing": {
					"padding": {
						"top": "32px",
						"left": "32px",
						"bottom": "32px",
						"right": "32px"
					}
				}
			}
		},
		"href": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "href",
			"default": "https://github.com/WPBP"
		}
	}
}

```
