From ad03ed570dd41af5a32c54c053fefa2b093d6037 Mon Sep 17 00:00:00 2001 From: pxpm Date: Thu, 19 Sep 2024 11:19:22 +0100 Subject: [PATCH] update url column docs --- 6.x/crud-columns.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/6.x/crud-columns.md b/6.x/crud-columns.md index 44b875f..9cb261f 100644 --- a/6.x/crud-columns.md +++ b/6.x/crud-columns.md @@ -877,6 +877,8 @@ Show a link which opens in the new tab by default. 'type' => 'url', 'label' => 'URL', //'target' => '_blank' // let's you change link target window. + //'element' => 'a' // let's you change the element of the link. + //'rel' => false OR 'rel' => 'noopener' // let's you disable or change the rel attribute of the link. ], ```