Skip to content

Commit 6f70acb

Browse files
committed
Update UtilityInjection.astro
1 parent c398b45 commit 6f70acb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/components/UtilityInjection.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ const { set } = Astro.props;
33
44
const utilities = {
55
formFields: [
6+
{
7+
name: 'Field',
8+
type: 'Filament\\Forms\\Components\\Field',
9+
parameter: '$component',
10+
description: 'The current field component instance.',
11+
},
612
{
713
name: 'Get function',
814
type: 'Filament\\Schemas\\Components\\Utilities\\Get',

0 commit comments

Comments
 (0)