From 2ee969612249b846b3aede4792d68bee72838413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Mon, 9 Feb 2026 15:00:51 +0100 Subject: [PATCH] [Docs] Add AsField attribute on documentation --- docs/grid/fields.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/docs/grid/fields.md b/docs/grid/fields.md index ca7bb4da..d01cc2c5 100644 --- a/docs/grid/fields.md +++ b/docs/grid/fields.md @@ -397,16 +397,21 @@ 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" %} + ```php