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