Skip to content

Add more default modes

Compare
Choose a tag to compare
@ziming ziming released this 16 Sep 05:50
· 7 commits to main since this release

Previously only 3 default modes are loaded: form, tree, code

Now, there are form, tree, code, preview, text

To pass an array of more than 3 items to @json blade directive, a variable has to be used to get around a bug in the @json directive that does not allow the direct passing of an array of more than 3 items.

jsoneditor library bumped to 9.9.0. Tested this bumped version in production for months before tagging this release.