Install and configure following the CKEditor installation instructions
Add the ckeditor/init in the custom javascript load config in the Carnival Initializer.
Edit config/initializers/carnival_initializer.rb
and add ckeditor/init
to load.
Ex.
config.custom_javascript_files = ["ckeditor/init"]
field :bio,
actions: [:index, :new, :edit, :show, :csv],
as: :ckeditor,
input_html: { ckeditor: {toolbar: 'Full'} }