diff --git a/docs/admin/react-hooks.mdx b/docs/admin/react-hooks.mdx index 96c435c31e0..664d9359e33 100644 --- a/docs/admin/react-hooks.mdx +++ b/docs/admin/react-hooks.mdx @@ -294,6 +294,17 @@ The `useForm` hook returns an object with the following properties: value: '', }, ], + [ + { + value: "**`getDataByPath`**", + }, + { + value: 'Returns form field data for the given field path. Useful when dealing with arrays, blocks, or other form state.', + }, + { + value: '', + }, + ], [ { value: "**`setModified`**",