From 4dcad387f0512b60ec57716e843d698f51253e32 Mon Sep 17 00:00:00 2001 From: Joris Orcel <35805130+j0r1s@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:11:31 +0200 Subject: [PATCH] docs(grid): correct filename for custom field type codeblock --- docs/grid/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grid/fields.md b/docs/grid/fields.md index d01cc2c5..3a16ba28 100644 --- a/docs/grid/fields.md +++ b/docs/grid/fields.md @@ -396,7 +396,7 @@ Grids make it easy to define new types. All you need to do is create your own class implementing **FieldTypeInterface** and register it as a service. -{% code title="src/Grid/FieldType.php" lineNumbers="true" %} +{% code title="src/Grid/FieldType/CustomType.php" lineNumbers="true" %} ```php