slate-studio / activeadmin-settings

Settings backend for activeadmin based projects - pretty handy tool.
88 stars 65 forks source link

CKEditor #30

Open yurgon opened 9 years ago

yurgon commented 9 years ago

Hi, how can I integrate CKEditor for html field?

alexkravets commented 9 years ago

I guess, you'll need to make a fork for that.

You can create your settings type and add it's template here:

https://github.com/slate-studio/activeadmin-settings/blob/master/app/views/admin/settings/_settings_table.html.erb#L49

Then connect it with JS here:

https://github.com/slate-studio/activeadmin-settings/blob/master/vendor/assets/javascripts/activeadmin_settings/tabs.js.coffee