fix typo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-06-02 19:25:52 +02:00
parent 19d3151425
commit e88ede30d3
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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