Skip to content

Commit fe0bbd8

Browse files
committed
Ensure Term Description block is available in core (#55669)
Reverts changes in #51053, to address a regression in which the Term Description block was only available in core when the Gutenberg plugin was active.
1 parent e058ca2 commit fe0bbd8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docs/reference-guides/core-blocks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ Edit the different global regions of your site, like the header, footer, sidebar
876876
Display the description of categories, tags and custom taxonomies when viewing an archive. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/term-description))
877877

878878
- **Name:** core/term-description
879-
- **Experimental:** fse
880879
- **Category:** theme
881880
- **Supports:** align (full, wide), color (background, link, text), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~
882881
- **Attributes:** textAlign

packages/block-library/src/term-description/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
4-
"__experimental": "fse",
54
"name": "core/term-description",
65
"title": "Term Description",
76
"category": "theme",

0 commit comments

Comments
 (0)