Skip to content

beowulfenator/yii2-json-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yii2-json-editor

Yii2 wrapper for jdorn/json-editor.

Example

$form->field($model, 'example_field')->widget(JsonEditorWidget::className(), [
    'schema' => $example_schema,
    'clientOptions' => [
        'theme' => 'bootstrap3',
        'disable_collapse' => true,
        'disable_edit_json' => true,
        'disable_properties' => true,
        'no_additional_properties' => true,
    ],
]);

About

Yii2 wrapper for jdorn/json-editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages