mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add heading field
This commit is contained in:
parent
13d8c61b2a
commit
e24fc0d7ab
3 changed files with 31 additions and 4 deletions
|
@ -346,8 +346,15 @@ return [
|
|||
],
|
||||
|
||||
//General button styles
|
||||
|
||||
// General button styles
|
||||
'button_style_heading' => [
|
||||
'heading' => __('General styles', 'woocommerce-paypal-commerce-gateway'),
|
||||
'type' => 'ppcp-heading',
|
||||
'screens' => [
|
||||
State::STATE_PROGRESSIVE,
|
||||
State::STATE_ONBOARDED,
|
||||
],
|
||||
'requirements' => [],
|
||||
],
|
||||
'button_layout' => [
|
||||
'title' => __('Button Layout', 'woocommerce-paypal-commerce-gateway'),
|
||||
'type' => 'select',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue