@extends('ckfinder::samples/layout') @section('content')

Custom Configuration

CKFinder provides many configuration options that can be changed to customize the application. For details please check the documentation.

In the example below the following options are set:

CKFinder.widget( 'ckfinder-widget', {
	id: 'custom-instance-id',
	thumbnailDefaultSize: 400,
	width: '100%',
	height: 500
} );
@stop @section('scripts') @stop