Browse Source

Add theme support for custom spacing controls. (#2297)

Kjell Reigstad 5 years ago
parent
commit
91b0354833
1 changed files with 3 additions and 0 deletions
  1. 3 0
      seedlet/functions.php

+ 3 - 0
seedlet/functions.php

@@ -259,6 +259,9 @@ if ( ! function_exists( '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(