From fc39bf88490c4a7789537cfad1b51195a3230664 Mon Sep 17 00:00:00 2001 From: Ivan Ottinger <25105483+ivan-ottinger@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:28:50 +0100 Subject: [PATCH] Remove Typography and Color features These two featurs were added by accident. --- .../plugins/jetpack/extensions/blocks/markdown/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/projects/plugins/jetpack/extensions/blocks/markdown/index.js b/projects/plugins/jetpack/extensions/blocks/markdown/index.js index 52cf29906665b..928ed422a899d 100644 --- a/projects/plugins/jetpack/extensions/blocks/markdown/index.js +++ b/projects/plugins/jetpack/extensions/blocks/markdown/index.js @@ -77,17 +77,9 @@ export const settings = { }, supports: { - color: { - link: true, - gradients: true, - }, spacing: { padding: true, }, - typography: { - fontSize: true, - lineHeight: true, - }, align: [ 'wide', 'full' ], html: false, },