From a2160c8b27654566752d4447e4e94b8dbed721d0 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Mon, 29 May 2023 15:19:50 +0200 Subject: [PATCH] Only allow the term description block in the site editor. --- docs/reference-guides/core-blocks.md | 1 + packages/block-library/src/term-description/block.json | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index 559417fa5dff7..294bd8af63a69 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -868,6 +868,7 @@ Edit the different global regions of your site, like the header, footer, sidebar 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)) - **Name:** core/term-description +- **Experimental:** fse - **Category:** theme - **Supports:** align (full, wide), anchor, color (background, link, text), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~ - **Attributes:** textAlign diff --git a/packages/block-library/src/term-description/block.json b/packages/block-library/src/term-description/block.json index bd96f3405f54f..67f12d35d2eb3 100644 --- a/packages/block-library/src/term-description/block.json +++ b/packages/block-library/src/term-description/block.json @@ -1,6 +1,7 @@ { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, + "__experimental": "fse", "name": "core/term-description", "title": "Term Description", "category": "theme",