block.json
44 lines
| 1 | { |
| 2 | "name": "woocommerce/category-title", |
| 3 | "title": "Product Category Title", |
| 4 | "description": "Displays the current category title and lets permitted users edit it.", |
| 5 | "category": "woocommerce", |
| 6 | "apiVersion": 3, |
| 7 | "textdomain": "woocommerce", |
| 8 | "attributes": { |
| 9 | "isLink": { |
| 10 | "type": "boolean", |
| 11 | "default": false |
| 12 | }, |
| 13 | "level": { |
| 14 | "type": "number", |
| 15 | "default": 2 |
| 16 | }, |
| 17 | "linkTarget": { |
| 18 | "type": "string", |
| 19 | "default": "_self" |
| 20 | }, |
| 21 | "rel": { |
| 22 | "type": "string", |
| 23 | "default": "" |
| 24 | }, |
| 25 | "textAlign": { |
| 26 | "type": "string" |
| 27 | } |
| 28 | }, |
| 29 | "supports": { |
| 30 | "align": false, |
| 31 | "color": { |
| 32 | "background": true, |
| 33 | "text": true |
| 34 | }, |
| 35 | "html": false, |
| 36 | "spacing": { |
| 37 | "margin": true, |
| 38 | "padding": true |
| 39 | }, |
| 40 | "typography": true |
| 41 | }, |
| 42 | "usesContext": [ "termId", "termTaxonomy" ] |
| 43 | } |
| 44 |