mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
enable group toggle for new checkout button enabler
This commit is contained in:
parent
840b9cd9f0
commit
c886d3b57c
1 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,17 @@ const groupToggleSelect = (selector, group) => {
|
|||
}
|
||||
)
|
||||
|
||||
groupToggle(
|
||||
'#ppcp-button_enabled',
|
||||
[
|
||||
'#field-button_layout',
|
||||
'#field-button_tagline',
|
||||
'#field-button_label',
|
||||
'#field-button_color',
|
||||
'#field-button_shape',
|
||||
]
|
||||
);
|
||||
|
||||
groupToggle(
|
||||
'#ppcp-message_enabled',
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue