activeadmin_froala_editor 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c367d5707d86a3d134f25d924a42c034982ae5a
|
4
|
+
data.tar.gz: db9bc1f65054ec8ed65c5575ca6d5427544cd1a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 [
|
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
|
-
|
10
|
-
|
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
|
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.
|
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-
|
11
|
+
date: 2017-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeadmin
|