mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Add button preview in settings
This commit is contained in:
parent
e347bd8416
commit
ab618b200e
13 changed files with 294 additions and 19 deletions
|
@ -233,6 +233,7 @@ document.addEventListener(
|
|||
'#field-button_label',
|
||||
'#field-button_color',
|
||||
'#field-button_shape',
|
||||
'#field-button_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -256,6 +257,7 @@ document.addEventListener(
|
|||
'#field-button_product_label',
|
||||
'#field-button_product_color',
|
||||
'#field-button_product_shape',
|
||||
'#field-button_product_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -280,6 +282,7 @@ document.addEventListener(
|
|||
'#field-button_mini-cart_color',
|
||||
'#field-button_mini-cart_shape',
|
||||
'#field-button_mini-cart_height',
|
||||
'#field-button_mini-cart_preview',
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -291,6 +294,7 @@ document.addEventListener(
|
|||
'#field-button_cart_label',
|
||||
'#field-button_cart_color',
|
||||
'#field-button_cart_shape',
|
||||
'#field-button_cart_preview',
|
||||
]
|
||||
);
|
||||
groupToggle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue