From 4bd2571fd9362ba78d1e2f4c8719a7d2ffff353f Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Thu, 20 Jul 2023 10:07:39 +0200 Subject: [PATCH] fix #52784 added two lines --- docs/how-to-guides/themes/theme-support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to-guides/themes/theme-support.md b/docs/how-to-guides/themes/theme-support.md index eae72f255fac2c..b978ede928b83d 100644 --- a/docs/how-to-guides/themes/theme-support.md +++ b/docs/how-to-guides/themes/theme-support.md @@ -472,6 +472,8 @@ Use this setting to enable the following Global Styles settings: - color: link - spacing: blockGap, margin, padding - typography: lineHeight +- dimensions: minHeight +- position: sticky ```php add_theme_support( 'appearance-tools' );