From f576927668734f4dd3cad0697b11669c18f598e1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 11 Aug 2023 17:39:23 +0200 Subject: [PATCH] update doc about fields --- docs/crud/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/crud/configuration.md b/docs/crud/configuration.md index ef54b69..d468dd8 100644 --- a/docs/crud/configuration.md +++ b/docs/crud/configuration.md @@ -103,7 +103,7 @@ All fields have these options: | `property` | `string` | `null` | Entity's property to display | | `property__builder` | `callable` | `null` | A callable data and used to generate the content displayed | | `view` | `string` | `@Core/admin/crud/field/text.html.twig` | The templated rendered | -| `default_value` | `string` | `null` | Default value | +| `default_value` | `string` | `null` | Default value to display when the property is `null` | | `action` | `string` | `null` | An action to perform on click (`null`, `edit`, `view`) | | `raw` | `boolean` | `false` | Render as HTML | | `sort` | `array | callable` | `null` | Defines how to sort |