Releases: laravel-admin-extensions/json-editor
Releases · laravel-admin-extensions/json-editor
v1.0.8: Update Editor.php
v1.0.7: 修改json默认值
修改初始化的json值为对象,而非数组,与json editor同步
v1.0.6
v1.0.5
v1.0.4: Create individual instance of editor for column
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