block.json
24 lines
| 1 | { |
| 2 | "name": "woocommerce/payment-method-icons", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Payment Method Icons", |
| 5 | "description": "Display icons for available payment methods.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "woocommerce", "payments", "payment methods" ], |
| 8 | "textdomain": "woocommerce", |
| 9 | "attributes": { |
| 10 | "numberOfIcons": { |
| 11 | "type": "number", |
| 12 | "default": 0 |
| 13 | } |
| 14 | }, |
| 15 | "supports": { |
| 16 | "spacing": { |
| 17 | "margin": true, |
| 18 | "padding": true |
| 19 | } |
| 20 | }, |
| 21 | "apiVersion": 3, |
| 22 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 23 | } |
| 24 |