From fcf3b36819774280ca3f095599351080dda49eba Mon Sep 17 00:00:00 2001 From: pavloniym Date: Wed, 15 Mar 2023 21:24:52 +0300 Subject: [PATCH] fix(Package): fixed readme remarks --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90eb350..c2365a2 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ public function fields(Request $request) } ``` + +> This fields (both `ActionButton` and `ActionButtons`) are available on index and detail (Thanks to [@CosminBd](https://github.com/CosminBd)) views + + ## Caveats * Currently, in order to use this field, you still have to declare the action in your resource `actions()` method. * Tested only on `confirm-action-modal` action @@ -123,8 +127,6 @@ class RefreshAction extends Action ``` -> This field is available on index and detail (Thanks to [@CosminBd](https://github.com/CosminBd)) views - --- To hide the action either on Index or Detail, you can add the methods in the action declaration as per: ```php