activeadmin_quill_editor 1.1.0 → 1.2.0
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 +4 -4
- data/README.md +4 -0
- data/lib/activeadmin/quill_editor/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf94d0ea455088b72ac7be86f3806c05b198382a4ea60dd764478802e8a96a71
|
|
4
|
+
data.tar.gz: 5b33ccb578cf5a7ea15a713faf72198cb0832fb6674aa2909a4af76520afb723
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10c3d5a3d71cea53b2f3eb4eb57739aac06a6f3059e5813732bb1606765e76683809142bec4b5471f9a646f9de7214a20f3ffd6919295f76c361fd1d237e29bc
|
|
7
|
+
data.tar.gz: 64880dab1738516ac61fcf91b1251c1f0127eaeec1ded2ec011d113bccca8466a62eaae6756b6870808c1b891348b2d969cde469ee25476be20e21eada4fabb4
|
data/README.md
CHANGED
|
@@ -13,6 +13,8 @@ Please :star: if you like it.
|
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
16
|
+
_NOTE_: Ruby 2.7 is supported until version 1.1.0
|
|
17
|
+
|
|
16
18
|
After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_editor'` (and execute *bundle*)
|
|
17
19
|
|
|
18
20
|
If you installed Active Admin without Webpacker support (default for now):
|
|
@@ -48,6 +50,8 @@ In your Active Admin models, form configuration, set the text inputs with `as: :
|
|
|
48
50
|
|
|
49
51
|
**data-options**: permits to set *quill editor* options directly - see [options list](https://quilljs.com/docs/configuration/)
|
|
50
52
|
|
|
53
|
+
If you are using Action Text (`has_rich_text`) on the same field of the Quill editor please take a look at [this workaround](https://github.com/blocknotes/activeadmin_quill_editor/issues/33#issuecomment-1965996947) to avoid issues.
|
|
54
|
+
|
|
51
55
|
## Examples
|
|
52
56
|
|
|
53
57
|
### Basic usage
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin_quill_editor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattia Roccoberton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2.
|
|
19
|
+
version: '2.9'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '4'
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '2.
|
|
29
|
+
version: '2.9'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '4'
|
|
@@ -73,7 +73,7 @@ licenses:
|
|
|
73
73
|
- MIT
|
|
74
74
|
metadata:
|
|
75
75
|
homepage_uri: https://github.com/blocknotes/activeadmin_quill_editor
|
|
76
|
-
changelog_uri: https://github.com/blocknotes/activeadmin_quill_editor/blob/
|
|
76
|
+
changelog_uri: https://github.com/blocknotes/activeadmin_quill_editor/blob/main/CHANGELOG.md
|
|
77
77
|
source_code_uri: https://github.com/blocknotes/activeadmin_quill_editor
|
|
78
78
|
rubygems_mfa_required: 'true'
|
|
79
79
|
post_install_message:
|
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
requirements:
|
|
85
85
|
- - ">="
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version:
|
|
87
|
+
version: '3.0'
|
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
requirements:
|
|
90
90
|
- - ">="
|