block.json
33 lines
| 1 | { |
| 2 | "name": "surecart/payment", |
| 3 | "title": "Payment", |
| 4 | "description": "Display payment options", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["credit", "card", "paypal", "stripe"], |
| 7 | "textdomain": "surecart", |
| 8 | "ancestor": ["surecart/form"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false, |
| 12 | "multiple": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "disabled_methods": { |
| 16 | "type": "array" |
| 17 | }, |
| 18 | "secure_notice": { |
| 19 | "type": "string", |
| 20 | "default": "This is a secure, encrypted payment." |
| 21 | }, |
| 22 | "label": { |
| 23 | "type": "string", |
| 24 | "default": "Payment" |
| 25 | }, |
| 26 | "default_processor": { |
| 27 | "type": "string", |
| 28 | "default": "stripe" |
| 29 | } |
| 30 | }, |
| 31 | "usesContext": ["surecart/form/mode"] |
| 32 | } |
| 33 |