|
@@ -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(
|