Skip to content

Commit 7891755

Browse files
authored
Merge pull request #638 from Laravel-Backpack/update-json-column-docs
update json column docs
2 parents 5017291 + 2a6b65e commit 7891755

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)