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
An Active Admin plugin to use [Quill Rich Text Editor](https://github.com/quilljs/quill)
3
+
An Active Admin plugin to use [Quill Rich Text Editor](https://github.com/quilljs/quill) in form fields.
4
4
5
5

6
6
@@ -18,7 +18,7 @@ An Active Admin plugin to use [Quill Rich Text Editor](https://github.com/quillj
18
18
```
19
19
- Use the input with `as: :quill_editor` in Active Admin model conf
20
20
21
-
Why 2 separated scripts? In this way you can include a different version of *quill editor* if you like.
21
+
Why 2 separated scripts/styles? In this way you can include a different version of *quill editor* if you like.
22
22
23
23
> **UPDATE FROM VERSION <= 2.0**: please add to your _app/assets/stylesheets/active_admin.scss_ the line `@import 'activeadmin/quill_editor/quill.snow';`
24
24
@@ -44,11 +44,11 @@ Why 2 separated scripts? In this way you can include a different version of *qui
0 commit comments