Skip to content

Releases: laravel-admin-extensions/json-editor

v1.0.8: Update Editor.php

09 Oct 01:05
Compare
Choose a tag to compare
缺少分号,导致和后面的js代码混淆产生语法错误

v1.0.7: 修改json默认值

16 Aug 10:21
Compare
Choose a tag to compare
修改初始化的json值为对象,而非数组,与json editor同步

v1.0.6

15 Aug 03:41
Compare
Choose a tag to compare
  • upgrade json-editor to version 6.2.1

v1.0.5

20 Jun 06:27
Compare
Choose a tag to compare
修复初始化显示时html尾标签丢失问题

v1.0.4: Create individual instance of editor for column

28 Apr 13:30
Compare
Choose a tag to compare
Currently if there are more than one editor in a page then the content from the last editor is overrides content of all other editor on submit.
This happens because editor is overridden.

$form->json('first_json_mapping_field', 'First');
$form->json('second_json_mapping_field','Second');
--->Submit the form and both the fields will have save data saved

v1.0.0

13 Sep 05:23
8e95a00
Compare
Choose a tag to compare
cs fix