vendor/kunstmaan/admin-bundle/Resources/views/Default/_js_footer_extra.html.twig line 1

Open in your IDE?
  1. {#
  2.   Don't edit this file in the Kunstmaan Bundles.
  3.   You can extend this file to add javascript without removing the complete configuration.
  4.   
  5.   Example extra ckEditor config:
  6.   
  7.   ckEditorConfigs['simple'] = {
  8.         skin: 'bootstrapck',
  9.         startupFocus: false,
  10.         bodyClass: 'CKEditor',
  11.         filebrowserWindowWidth: 970,
  12.         filebrowserImageWindowWidth: 970,
  13.         filebrowserImageUploadUrl: '',
  14.             toolbar: [
  15.         {
  16.             name: 'basicstyles',
  17.             items: ['Bold', 'Italic', 'Underline', 'RemoveFormat']
  18.         }
  19.     ]};
  20. #}