{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "tableberg/list", "title": "List", "category": "design", "description": "A list element within a Tableberg cell.", "parent": [ "tableberg/cell" ], "supports": { "html": false, "customClassName": false, "reusable": false }, "attributes": { "items": { "type": "array" }, "listType": { "type": "string" }, "listStyle": { "type": "string" }, "align": { "type": "string" }, "styles": { "type": "object" }, "bindings": { "type": "object" }, "mergeOrigin": { "type": "object" }, "icon": { "type": "object", "default": { "iconName": "check", "svg": { "viewBox": "0 0 24 24", "path": "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" } } } }, "textdomain": "tableberg" }