From cfc97d0fe28d1a0881606b788a6643b771856708 Mon Sep 17 00:00:00 2001 From: tomoki shimomura Date: Fri, 17 Jan 2025 17:33:53 +0900 Subject: [PATCH] Revert "Post Content add heading color support (#67783)" This reverts commit 064b879feec21ec3d019274b9ade0f8a279b38ab. --- docs/reference-guides/core-blocks.md | 2 +- packages/block-library/src/post-content/block.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index 820f0afccc2b57..3b251813e41c0a 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -616,7 +616,7 @@ Displays the contents of a post or page. ([Source](https://github.com/WordPress/ - **Name:** core/post-content - **Category:** theme -- **Supports:** align (full, wide), background (backgroundImage, backgroundSize), color (background, gradients, heading, link, text), dimensions (minHeight), layout, spacing (blockGap, margin, padding), typography (fontSize, lineHeight), ~~html~~ +- **Supports:** align (full, wide), background (backgroundImage, backgroundSize), color (background, gradients, link, text), dimensions (minHeight), layout, spacing (blockGap, margin, padding), typography (fontSize, lineHeight), ~~html~~ ## Date diff --git a/packages/block-library/src/post-content/block.json b/packages/block-library/src/post-content/block.json index 1348cb296af083..e5d455b97a8a3d 100644 --- a/packages/block-library/src/post-content/block.json +++ b/packages/block-library/src/post-content/block.json @@ -35,7 +35,6 @@ }, "color": { "gradients": true, - "heading": true, "link": true, "__experimentalDefaultControls": { "background": false,