Этот коммит содержится в:
Mattia Roccoberton
2025-04-15 08:21:34 +02:00
родитель 3cc5683d44
Коммит df944277b5
4 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@@ -17,7 +17,7 @@ Please :star: if you like it.
## Install
_NOTE_: Ruby 2.7 is supported until version 1.1.0
_NOTE_: the gem 2.x provide Quill 2.x, while Quill 1.x is provided with the gem version 1.x
After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_editor'` (and execute *bundle*)
@@ -35,8 +35,6 @@ If you installed Active Admin without Webpacker support (default for now):
//= require activeadmin/quill_editor_input
```
> **UPDATE FROM VERSION <= 2.0**: please add to your _app/assets/stylesheets/active_admin.scss_ the line `@import 'activeadmin/quill_editor/quill.snow';`
If you installed Active Admin with Webpacker support:
- Execute in your project root: