assets/ckeditor/ckeditor.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'versions' => [
        '4.4.5' => [
            'js' => [
                '//cdn.ckeditor.com/4.4.5/full/ckeditor.js',
                '//cdn.ckeditor.com/4.4.5/full/adapters/jquery.js',
            ],
        ],
        '4.4.7' => [
            'js' => [
                '//cdn.ckeditor.com/4.4.7/full/ckeditor.js',
                '//cdn.ckeditor.com/4.4.7/full/adapters/jquery.js',
            ],
        ],
    ],
    'require' => [
        'asset' => 'jquery',
    ],
    'config' => [
        'no_cache' => true,
    ],
];