https://github.com/jemcode/rails_admin_actiontext
ActionText (Trix editor) support for rails_admin
https://github.com/jemcode/rails_admin_actiontext
actiontext rails rails-admin rails6 trix trix-editor
Last synced: 4 months ago
JSON representation
ActionText (Trix editor) support for rails_admin
- Host: GitHub
- URL: https://github.com/jemcode/rails_admin_actiontext
- Owner: jemcode
- License: mit
- Created: 2018-12-31T00:18:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T09:34:11.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T11:20:27.065Z (4 months ago)
- Topics: actiontext, rails, rails-admin, rails6, trix, trix-editor
- Language: Ruby
- Homepage: https://rubygems.org/gems/rails_admin_actiontext
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RailsAdminActiontext
[](https://badge.fury.io/rb/rails_admin_actiontext)
[](https://codeclimate.com/github/jemcode/rails_admin_actiontext)[RailsAdmin](https://github.com/sferik/rails_admin) extension for enabling the Rails 6 [ActionText](https://github.com/rails/actiontext) editor.
## Installation
To enable **rails_admin_actiontext**, add the following to your `Gemfile`:
```ruby
gem 'rails_admin'
gem 'rails_admin_actiontext'
```## Configuration
To use ActionText follow the Rails installation instructions (don't forget ActiveStorage if you want to allow drag and drop images).```ruby
RailsAdmin.config do |config|
config.model Team do
edit do
field :description, :actiontext
end
end
end
```## About Jemcode
[
][hire]
This repository is maintained and funded by Jemcode Limited. We are [available for hire][hire].
[hire]: https://www.jemco.de?utm_source=github