diff --git a/docs/crud/configuration.md b/docs/crud/configuration.md index 539cfe3..79cd3f7 100644 --- a/docs/crud/configuration.md +++ b/docs/crud/configuration.md @@ -72,9 +72,9 @@ Override a view. | `form_widget` | `@Core/admin/crud/_form_widget.html.twig` | Template to render a form widget | | `form_translations` | `@Core/admin/crud/_form_translations.html.twig` | Template to render a the translation field | -| Entity (context) | View | Description | -| ------ | ---- | ----------- | -| `show_entity` | @Core/admin/crud/_show.html.twig | Template to render the entity | +| Entity (context) | View | Description | +| ------ | ---- | ----------- | +| `show_entity` | `@Core/admin/crud/_show.html.twig` | | Template to render the entity | ## setViewDatas