Fix indentation in all 3 block.json files

This commit is contained in:
Daniel Dudzic 2024-04-11 14:52:49 +02:00
parent 9c0979f686
commit 4f9132d6f7
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
3 changed files with 51 additions and 51 deletions

View file

@ -6,12 +6,12 @@
"category": "woocommerce",
"description": "PayPal Pay Later messaging will be displayed for eligible customers. Customers automatically see the most relevant Pay Later offering.",
"example": {},
"parent": [ "woocommerce/cart-totals-block" ],
"parent": [ "woocommerce/cart-totals-block" ],
"attributes": {
"id": {
"type": "string"
},
"lock": {
"id": {
"type": "string"
},
"lock": {
"type": "object",
"default": {
"remove": true,
@ -21,9 +21,9 @@
},
"supports": {
"html": false,
"inserter": false,
"multiple": false
"inserter": false,
"multiple": false
},
"textdomain": "woocommerce-paypal-payments",
"editorScript": "ppcp-cart-paylater-block"
"editorScript": "ppcp-cart-paylater-block"
}

View file

@ -6,12 +6,12 @@
"category": "woocommerce",
"description": "PayPal Pay Later messaging will be displayed for eligible customers. Customers automatically see the most relevant Pay Later offering.",
"example": {},
"parent": [ "woocommerce/checkout-totals-block" ],
"parent": [ "woocommerce/checkout-totals-block" ],
"attributes": {
"id": {
"type": "string"
},
"lock": {
"id": {
"type": "string"
},
"lock": {
"type": "object",
"default": {
"remove": true,
@ -21,9 +21,9 @@
},
"supports": {
"html": false,
"inserter": false,
"multiple": false
"inserter": false,
"multiple": false
},
"textdomain": "woocommerce-paypal-payments",
"editorScript": "ppcp-checkout-paylater-block"
"editorScript": "ppcp-checkout-paylater-block"
}