block.json
20 lines
| 1 | { |
| 2 | "name": "surecart/express-payment", |
| 3 | "title": "Express Payment", |
| 4 | "description": "Display express payment options (Google Pay, Apple Pay, etc.)", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["apple", "google", "android"], |
| 7 | "ancestor": ["surecart/form"], |
| 8 | "supports": { |
| 9 | "reusable": false, |
| 10 | "html": false, |
| 11 | "multiple": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "divider_text": { |
| 15 | "type": "string", |
| 16 | "default": "or" |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 |