From 91b0354833e7c3593299577daa3afc0b70351ad7 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Thu, 30 Jul 2020 09:46:21 -0400 Subject: [PATCH] Add theme support for custom spacing controls. (#2297) --- seedlet/functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/seedlet/functions.php b/seedlet/functions.php index a01ebf34e1..a71b0917f3 100755 --- a/seedlet/functions.php +++ b/seedlet/functions.php @@ -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(