scarfacedeb / rails_admin_globalize_field

Tabbed interface and custom field type for globalize translations for Rails_admin
MIT License
50 stars 60 forks source link

question: using :wysihtml5 (or other editor) #23

Closed jshow closed 8 years ago

jshow commented 8 years ago

Greetings,

Thank you for the very helpful addition to rails_admin

Is there a way I can use a wysiwyg editor for a translation field ?

cheers/Jodi

scarfacedeb commented 8 years ago

@jshow Hi,

Did you try specifying field type inside translation model?

  config.model 'Page::Translation' do
    configure :content, :wysihtml5
    include_fields :locale, :title, :content
  end
jshow commented 8 years ago

thanks @scarfacedeb - I've jumped to activeadmin due to troubles with rails admin

I'll close