add heading field

This commit is contained in:
David Remer 2020-08-14 10:09:11 +03:00
parent 13d8c61b2a
commit e24fc0d7ab
3 changed files with 31 additions and 4 deletions

View file

@ -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',