mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
Set defaults for sticky add-to-cart and product pagination
This commit is contained in:
parent
1a6346b382
commit
bd220d50e5
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
'storefront_button_alt_background_color' => '#333333',
|
||||
'storefront_button_alt_text_color' => '#ffffff',
|
||||
'storefront_layout' => 'right',
|
||||
'storefront_sticky_add_to_cart' => true,
|
||||
'storefront_product_pagination' => true,
|
||||
'background_color' => 'ffffff',
|
||||
) );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue