vtenext/include/ckeditor/filemanager/scripts/filemanager.config.js
2021-04-28 20:10:26 +02:00

13 lines
394 B
JavaScript

/*---------------------------------------------------------
Configuration
---------------------------------------------------------*/
// Set this to the server side language you wish to use.
var lang = 'php'; // options: lasso, php, py
// Set this to the directory you wish to manage.
var fileRoot = "storage/images_uploaded/";
// Show image previews in grid views?
var showThumbs = true;