PHP 7.4.33
Preview: json_editor.js Size: 477 B
/var/www/podiomigration.bitkit.dk/httpdocs/public/phpmyadmin/js/transformations/json_editor.js
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * JSON syntax highlighting transformation plugin
 *
 * @package PhpMyAdmin
 */
AJAX.registerOnload('transformations/json_editor.js', function () {
    $('textarea.transform_json_editor').each(function () {
        CodeMirror.fromTextArea(this, {
            lineNumbers: true,
            matchBrackets: true,
            indentUnit: 4,
            mode: 'application/json',
            lineWrapping: true
        });
    });
});

Directory Contents

Dirs: 0 × Files: 6
Name Size Perms Modified Actions
834 B lrwxrwxr-x 2019-06-04 12:06:16
Edit Download
670 B lrwxrwxr-x 2019-06-04 12:06:16
Edit Download
477 B lrwxrwxr-x 2019-06-04 12:06:16
Edit Download
312 B lrwxrwxr-x 2019-06-04 12:06:16
Edit Download
665 B lrwxrwxr-x 2019-06-04 12:06:16
Edit Download
412 B lrwxrwxr-x 2019-06-04 12:06:16
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).