No commit activity in last 3 years
No release in over 3 years
Plugin for adding ckeditor support in Administrate
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

< 1.0, >= 0.3
~> 4.1
< 6.0, >= 4.2
 Project Readme

Administrate::Field::Ckeditor

Code Climate

A plugin for adding CKEditor support in Administrate.

Usage

Add to your Gemfile:

gem "administrate-field-ckeditor", "~> 0.0.9"

Run:

$ bundle install

Add to your FooDashboard:

ATTRIBUTE_TYPES = [
  bars: Field::Ckeditor,
]

Or with CKEditor options:

ATTRIBUTE_TYPES = [
  bars: Field::Ckeditor.with_options({ ckeditor: { uiColor: '#800000' }}),
]

About Jemcode

Jemcode

Administrate::Field::Ckeditor is maintained and funded by Jemcode Limited. We are available for hire.