activeadmin-ckeditor 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,10 +20,10 @@ CKEDITOR.editorConfig = function( config )
20
20
  { name: 'others', items: [ 'Maximize', 'ShowBlocks' ] }
21
21
  ];
22
22
 
23
- // config.floatingtools = 'Basic';
24
- // config.floatingtools_Basic = [
25
- // ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link']
26
- // ];
23
+ config.floatingtools = 'Basic';
24
+ config.floatingtools_Basic = [
25
+ ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link']
26
+ ];
27
27
 
28
28
  config.stylesSet = [];
29
29
  config.contentsCss = '/assets/ckeditor/styles.css';
@@ -1,5 +1,5 @@
1
1
  module Activeadmin
2
2
  module Ckeditor
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
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.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: