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

Ckeditor #15

Closed dgross881 closed 9 years ago

dgross881 commented 9 years ago

Is there any way to implement rails_admin_globalize_field into ckeditor?

dgross881 commented 9 years ago

Sorry about this question. I should have asked on stack overflow. Anyone having a similar issue just add it in the Translation model.

config.model 'ArticleTaxonomy::Translation' do visible false configure :locale, :hidden do end field :locale field :title field :summary field :content field :address field :body, :ck_editor end include_fields :locale, :title, :summary, :content, :address, :category end