PluginProbe
Pay with Vipps and MobilePay for WooCommerce / trunk
Pay with Vipps and MobilePay for WooCommerce vtrunk
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 All 187 releases
woo-vipps / payment / Blocks / dist / buy-now / block.json

block.json in Pay with Vipps and MobilePay for WooCommerce trunk, at payment/Blocks/dist/buy-now/block.json

62 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "woo-vipps/buy-now",
5 "version": "4.0.0",
6 "title": "Vipps MobilePay Buy Now",
7 "attributes": {
8 "hasProductContext": {
9 "type": "boolean",
10 "default": false
11 },
12 "productId": {
13 "type": "string"
14 },
15 "productName": {
16 "type": "string"
17 },
18 "showProductSelection": {
19 "type": "boolean",
20 "default": true
21 },
22 "variant": {
23 "type": "string",
24 "default": "primary"
25 },
26 "language": {
27 "type": "string",
28 "default": "store"
29 },
30 "verb": {
31 "type": "string",
32 "default": "buy"
33 },
34 "rounded": {
35 "type": "boolean",
36 "default": false
37 },
38 "compact": {
39 "type": "boolean",
40 "default": false
41 }
42 },
43 "keywords": [
44 "WooCommerce",
45 "woo-gutenberg-products-block",
46 "Vipps",
47 "Vipps Express",
48 "Express",
49 "buy-now"
50 ],
51 "category": "woocommerce",
52 "usesContext": [
53 "postId",
54 "postType"
55 ],
56 "supports": {
57 "html": false
58 },
59 "textdomain": "woo-vipps",
60 "editorScript": "file:./index.js",
61 "render": "file:./render.php"
62 }