diff --git a/docs/crud/configuration.md b/docs/crud/configuration.md index 7302b33..a06a838 100644 --- a/docs/crud/configuration.md +++ b/docs/crud/configuration.md @@ -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)`