| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "tableberg/list", |
| 5 |
"title": "List", |
| 6 |
"category": "design", |
| 7 |
"description": "A list element within a Tableberg cell.", |
| 8 |
"parent": [ |
| 9 |
"tableberg/cell" |
| 10 |
], |
| 11 |
"supports": { |
| 12 |
"html": false, |
| 13 |
"customClassName": false, |
| 14 |
"reusable": false |
| 15 |
}, |
| 16 |
"attributes": { |
| 17 |
"items": { |
| 18 |
"type": "array" |
| 19 |
}, |
| 20 |
"listType": { |
| 21 |
"type": "string" |
| 22 |
}, |
| 23 |
"listStyle": { |
| 24 |
"type": "string" |
| 25 |
}, |
| 26 |
"align": { |
| 27 |
"type": "string" |
| 28 |
}, |
| 29 |
"styles": { |
| 30 |
"type": "object" |
| 31 |
}, |
| 32 |
"bindings": { |
| 33 |
"type": "object" |
| 34 |
}, |
| 35 |
"mergeOrigin": { |
| 36 |
"type": "object" |
| 37 |
}, |
| 38 |
"icon": { |
| 39 |
"type": "object", |
| 40 |
"default": { |
| 41 |
"iconName": "check", |
| 42 |
"svg": { |
| 43 |
"viewBox": "0 0 24 24", |
| 44 |
"path": "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" |
| 45 |
} |
| 46 |
} |
| 47 |
} |
| 48 |
}, |
| 49 |
"textdomain": "tableberg" |
| 50 |
} |
| 51 |
|