mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix indentation in all 3 block.json files
This commit is contained in:
parent
9c0979f686
commit
4f9132d6f7
3 changed files with 51 additions and 51 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue