Make mini cart button layout vertical by default

This commit is contained in:
dinamiko 2021-07-13 16:16:17 +02:00
parent 00b4d4a78e
commit 0daedb7461

View file

@ -1623,7 +1623,7 @@ return array(
'type' => 'select',
'class' => array(),
'input_class' => array( 'wc-enhanced-select' ),
'default' => 'horizontal',
'default' => 'vertical',
'desc_tip' => true,
'description' => __(
'If additional funding sources are available to the buyer through PayPal, such as Venmo, then multiple buttons are displayed in the space provided. Choose "vertical" for a dynamic list of alternative and local payment options, or "horizontal" when space is limited.',