Skip to content

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 569 Bytes

README.md

File metadata and controls

executable file
·
36 lines (24 loc) · 569 Bytes

Administrate::Field::Trix

A plugin to use the Trix WYSIWYG editor within in Administrate.

Install

Add administrate-field-trix and trix to your Gemfile:

gem 'administrate-field-trix'
gem 'trix'

Install:

$ bundle install

Usage

Add a WYSIWYG field to your FooDashboard:

ATTRIBUTE_TYPES = {
  bar: Field::Trix
}.freeze

About

Administrate::Field::Trix is maintained by headway.