From 22509cf1ae056682e141d58ea056f0ae99c09ba8 Mon Sep 17 00:00:00 2001 From: csaborio Date: Tue, 6 Aug 2024 15:01:25 +1000 Subject: [PATCH] Added code that enables dimensions (marging and padding) in common Gutenberg blocks when breakdance-zero-theme is enabled and active --- functions.php | 3 ++- index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index ff952dd..b957161 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,8 @@ function breakdance_zero_theme_setup() { add_theme_support('title-tag'); add_theme_support( 'post-thumbnails' ); - + add_theme_support( 'appearance-tools' ); + add_theme_support( 'custom-spacing' ); } } diff --git a/index.php b/index.php index f6596c5..76e10bd 100644 --- a/index.php +++ b/index.php @@ -19,4 +19,4 @@

Please install and enable Breakdance.