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 / vipps-badge / block.json

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

29 lines 586 B
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/vipps-badge",
5 "version": "2.0.0",
6 "title": "Vipps MobilePay On-Site Messaging Badge",
7 "category": "widgets",
8 "supports": {
9 "html": true,
10 "anchor": true,
11 "align": [
12 "left",
13 "right",
14 "center"
15 ],
16 "customClassName": true
17 },
18 "attributes": {
19 "variant": {
20 "type": "string"
21 },
22 "language": {
23 "type": "string"
24 }
25 },
26 "textdomain": "woo-vipps",
27 "editorScript": "file:./index.js",
28 "editorStyle": "file:./index.css"
29 }