block.json
39 lines
| 1 | { |
| 2 | "name": "woocommerce/customer-account", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Customer account", |
| 5 | "description": "A block that allows your customers to log in and out of their accounts in your store.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce", "My Account" ], |
| 8 | "supports": { |
| 9 | "align": true, |
| 10 | "color": { |
| 11 | "text": true |
| 12 | }, |
| 13 | "typography": { |
| 14 | "fontSize": true, |
| 15 | "__experimentalFontFamily": true |
| 16 | }, |
| 17 | "spacing": { |
| 18 | "margin": true |
| 19 | } |
| 20 | }, |
| 21 | "attributes": { |
| 22 | "displayStyle": { |
| 23 | "type": "string", |
| 24 | "default": "icon_and_text" |
| 25 | }, |
| 26 | "iconStyle": { |
| 27 | "type": "string", |
| 28 | "default": "default" |
| 29 | }, |
| 30 | "iconClass": { |
| 31 | "type": "string", |
| 32 | "default": "icon" |
| 33 | } |
| 34 | }, |
| 35 | "textdomain": "woocommerce", |
| 36 | "apiVersion": 2, |
| 37 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 38 | } |
| 39 |