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 |