docs: fix formatting in field hooks table (#11300)
The line for `siblingFields` has an extra newline and space that's breaking the table formatting. https://payloadcms.com/docs/hooks/fields
This commit is contained in:
@@ -71,8 +71,7 @@ The following arguments are provided to all Field Hooks:
|
|||||||
| **`schemaPath`** | The path of the [Field](../fields/overview) in the schema. |
|
| **`schemaPath`** | The path of the [Field](../fields/overview) in the schema. |
|
||||||
| **`siblingData`** | The data of sibling fields adjacent to the field that the Hook is running against. |
|
| **`siblingData`** | The data of sibling fields adjacent to the field that the Hook is running against. |
|
||||||
| **`siblingDocWithLocales`** | The sibling data of the Document with all [Locales](../configuration/localization). |
|
| **`siblingDocWithLocales`** | The sibling data of the Document with all [Locales](../configuration/localization). |
|
||||||
| **`siblingFields`** | The sibling fields of the field which the hook is running against.
|
| **`siblingFields`** | The sibling fields of the field which the hook is running against. |
|
||||||
|
|
|
||||||
| **`value`** | The value of the [Field](../fields/overview). |
|
| **`value`** | The value of the [Field](../fields/overview). |
|
||||||
|
|
||||||
<Banner type="success">
|
<Banner type="success">
|
||||||
|
|||||||
Reference in New Issue
Block a user