Skip to content

Commit

Permalink
Add theme support for custom spacing controls. (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored Jul 30, 2020
1 parent a996a76 commit 91b0354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions seedlet/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ function seedlet_setup() {

// Add support for experimental link color control.
add_theme_support( 'experimental-link-color' );

// Add support for experimental cover block spacing.
add_theme_support( 'experimental-custom-spacing' );

// Add support for WordPress.com Global Styles.
add_theme_support(
Expand Down

0 comments on commit 91b0354

Please sign in to comment.