# depicter/1.3.2/app/src/Modules/Gutenberg/build/block.json

Depicter — Popup &amp; Slider Builder, version 1.3.2. 24 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.3.2/code/app/src/Modules/Gutenberg/build/block.json
- Raw: https://pluginprobe.com/plugins/depicter/1.3.2/raw/app/src/Modules/Gutenberg/build/block.json
- Modified: 2022-06-01T06:26:20+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/depicter/1.3.2/code/app/src/Modules/Gutenberg/build/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "depicter/slider",
	"version": "0.1.0",
	"title": "Depicter",
	"category": "widgets",
	"icon": "embed-photo",
	"description": "Add depicter sliders to the contents.",
	"supports": {
		"html": false
	},
	"attributes": {
		"id": {
			"type": "integer",
			"default": 0
		}
	},
	"textdomain": "depicter",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}

```
