add doc for setShowActions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2025-03-21 17:49:43 +01:00
commit df720a1c55
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -76,6 +76,12 @@ Override a view.
| ------ | ---- | ----------- |
| `show_entity` | `@Core/admin/crud/_show.html.twig` | Template to render the entity |
## setShowActions
`setShowActions(string $context, bool $value)`
Show or hide the column `Actions`.
## setViewDatas
`setViewDatas(string $context, `array` $datas)` and `addViewData(string $context, string $name, $value)`