Skip to content

Commit 0b6a426

Browse files
authored
Fix column block category (#46048)
* fix/column/category * docs
1 parent c40aad6 commit 0b6a426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference-guides/core-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Display code snippets that respect your spacing and tabs. ([Source](https://gith
9494
A single column within a columns block. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/column))
9595

9696
- **Name:** core/column
97-
- **Category:** text
97+
- **Category:** design
9898
- **Supports:** anchor, color (background, gradients, link, text), spacing (blockGap, padding), typography (fontSize, lineHeight), ~~html~~, ~~reusable~~
9999
- **Attributes:** allowedBlocks, templateLock, verticalAlignment, width
100100

packages/block-library/src/column/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiVersion": 2,
44
"name": "core/column",
55
"title": "Column",
6-
"category": "text",
6+
"category": "design",
77
"parent": [ "core/columns" ],
88
"description": "A single column within a columns block.",
99
"textdomain": "default",

0 commit comments

Comments
 (0)