block.json
28 lines
| 1 | { |
| 2 | "name": "woocommerce/category-description", |
| 3 | "title": "Product Category Description", |
| 4 | "description": "Displays the current category description.", |
| 5 | "category": "woocommerce", |
| 6 | "apiVersion": 3, |
| 7 | "textdomain": "woocommerce", |
| 8 | "attributes": { |
| 9 | "textAlign": { |
| 10 | "type": "string" |
| 11 | } |
| 12 | }, |
| 13 | "supports": { |
| 14 | "align": false, |
| 15 | "color": { |
| 16 | "background": true, |
| 17 | "text": true |
| 18 | }, |
| 19 | "html": false, |
| 20 | "spacing": { |
| 21 | "margin": true, |
| 22 | "padding": true |
| 23 | }, |
| 24 | "typography": true |
| 25 | }, |
| 26 | "usesContext": [ "termId", "termTaxonomy" ] |
| 27 | } |
| 28 |