activeadmin-ckeditor 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,9 @@ CKEDITOR.editorConfig = function( config )
24
24
 
25
25
  config.floatingtools = 'Basic';
26
26
  config.floatingtools_Basic = [
27
- ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link']
27
+ [ 'Styles', 'Format', '-', 'JustifyLeft','JustifyCenter','JustifyRight'],
28
+ ['TransformTextSwitcher', 'TransformTextToLowercase', 'TransformTextToUppercase', 'TransformTextCapitalize'],
29
+ ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', 'CreateDiv', '-', 'Link', 'Unlink']
28
30
  ];
29
31
 
30
32
  config.stylesSet = [];
@@ -265,7 +265,6 @@
265
265
  })
266
266
 
267
267
  editor.container.addClass('pos-relative');
268
- console.log(editor.container);
269
268
  });
270
269
 
271
270
 
@@ -1,5 +1,5 @@
1
1
  module Activeadmin
2
2
  module Ckeditor
3
- VERSION = "0.0.18"
3
+ VERSION = "0.0.19"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: