Merge pull request #194 from woocommerce/PCP-158-mini-cart-button-size

Make mini cart button layout vertical by default
This commit is contained in:
Emili Castells 2021-07-14 16:04:47 +02:00 committed by GitHub
commit f8f4becffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1630,7 +1630,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.',