activeadmin_froala_editor 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7122434efe3c815ca5e1ce1c5aabe28c65eb87c2
4
- data.tar.gz: f429760b2bf359127fec2160d75415616414a4a0
3
+ metadata.gz: 9c367d5707d86a3d134f25d924a42c034982ae5a
4
+ data.tar.gz: db9bc1f65054ec8ed65c5575ca6d5427544cd1a8
5
5
  SHA512:
6
- metadata.gz: 06ba2c9deb52e7dfe0a516ffd9c4b444e70ce4ff471b4affd96c2b7004bc8078189b4e00395ca2f78feb1ecf57e18e4868cc0e604b09a9c03f74e949f1cd352e
7
- data.tar.gz: d64dffcaa8fc0db043818fc0d47434c539f6047b46b2b38afa95033222bd992d5f9ba0eec6a78912a60da48fdc6a04ca93b2fe904ba5fdbbf93eac38025a5152
6
+ metadata.gz: 520157bf582542814fe622a7dba565d7953c3527f36e84790598ec2079477fdd4fc31b0a64b9edb35c4eadfdfb8dfa6870b166ee1b626dc720e780580ae66d79
7
+ data.tar.gz: b04d8d23cd30ab9542abecb12f4d5adf1aab2c7a796554e1a7133d45dfa36f5e0d7b52fab648bf6ca23313855cf70c1e3e5a81c2e895cfda3ece06c27c44fb8f
data/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # ActiveAdmin Froala Editor [![Gem Version](https://badge.fury.io/rb/activeadmin_froala_editor.svg)](https://badge.fury.io/rb/activeadmin_froala_editor)
2
2
 
3
- An Active Admin plugin to use [froala WYSIWYG editor](https://github.com/froala/wysiwyg-editor)
3
+ An Active Admin plugin to use [Froala WYSIWYG editor](https://github.com/froala/wysiwyg-editor) (jQuery required, font-awesome required & included)
4
+
5
+ Features:
6
+
7
+ - modern UI
8
+ - many options available
9
+ - customizable
4
10
 
5
11
  ![screenshot](screenshot.jpg)
6
12
 
@@ -47,7 +53,9 @@ Toolbar buttons configuration:
47
53
 
48
54
  ## Notes
49
55
 
50
- Actually *Code View* function doesn't work properly with this plugin.
56
+ - Actually *Code View* function doesn't work properly with this plugin
57
+
58
+ - Upload functions (Images, Documents, Files, etc.) are not implemented yet
51
59
 
52
60
  ## Do you like it? Star it!
53
61
 
@@ -6,8 +6,11 @@ body.active_admin form .froala_editor
6
6
  text-shadow: none
7
7
  >.fr-box
8
8
  display: inline-block
9
- max-width: calc(80% - 22px)
10
- width: auto
9
+ width: calc(80% - 22px)
10
+ .fr-wrapper
11
+ min-height: 150px
12
+ max-height: 300px
13
+ overflow-y: scroll
11
14
  .fr-action-buttons > button
12
15
  font-weight: normal
13
16
  text-shadow: none
@@ -1,5 +1,5 @@
1
1
  module ActiveAdmin
2
2
  module FroalaEditor
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_froala_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-14 00:00:00.000000000 Z
11
+ date: 2017-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin