Skip to content

Commit 36c051a

Browse files
authored
docs: broken anchor link in blocks field table (#15887)
## What Fixed a broken anchor link in the Blocks Field documentation table. ## Why The `blocks` property in the Block Config Options table was linking to `#block-configs`, which doesn't exist as a heading in the document. ## How Updated the anchor from `#block-configs` to `#config-options` to correctly link to the "Config Options" section under "Blocks Items". Fixes #15877
1 parent b2a03c9 commit 36c051a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fields/blocks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This page is divided into two parts: first, the settings of the Blocks Field, an
4646
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4747
| **`name`** \* | To be used as the property name when stored and retrieved from the database. [More details](/docs/fields/overview#field-names). |
4848
| **`label`** | Text used as the heading in the Admin Panel or an object with keys for each language. Auto-generated from name if not defined. |
49-
| **`blocks`** \* | Array of [block configs](/docs/fields/blocks#block-configs) to be made available to this field. |
49+
| **`blocks`** \* | Array of [block configs](/docs/fields/blocks#config-options) to be made available to this field. |
5050
| **`validate`** | Provide a custom validation function that will be executed on both the Admin Panel and the backend. [More details](/docs/fields/overview#validation). |
5151
| **`minRows`** | A number for the fewest allowed items during validation when a value is present. |
5252
| **`maxRows`** | A number for the most allowed items during validation when a value is present. |

0 commit comments

Comments
 (0)