You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Please :star: if you like it.
17
17
18
18
## Install
19
19
20
-
_NOTE_: Ruby 2.7 is supported until version 1.1.0
20
+
_NOTE_: the gem 2.x provide Quill 2.x, while Quill 1.x is provided with the gem version 1.x
21
21
22
22
After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_editor'` (and execute *bundle*)
23
23
@@ -35,8 +35,6 @@ If you installed Active Admin without Webpacker support (default for now):
35
35
//= require activeadmin/quill_editor_input
36
36
```
37
37
38
-
> **UPDATE FROM VERSION <= 2.0**: please add to your _app/assets/stylesheets/active_admin.scss_ the line `@import 'activeadmin/quill_editor/quill.snow';`
39
-
40
38
If you installed Active Admin with Webpacker support:
0 commit comments