Skip to content

Commit 2a6b65e

Browse files
authored
update json column docs
docs for Laravel-Backpack/CRUD#5845
1 parent 5017291 commit 2a6b65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

7.x-dev/crud-columns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ Display database stored JSON in a prettier way to your users.
446446
'label' => 'JSON',
447447
'type' => 'json',
448448
// 'escaped' => false, // echo using {!! !!} instead of {{ }}, in order to render HTML
449+
'toggle' => true //show a toggle button on the column that show/hide the json contents
449450
],
450451
```
451452

0 commit comments

Comments
 (0)