Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hide ckeditor model left side navbar? #2222

Closed
TangMonk opened this issue Mar 23, 2015 · 2 comments
Closed

How to hide ckeditor model left side navbar? #2222

TangMonk opened this issue Mar 23, 2015 · 2 comments

Comments

@TangMonk
Copy link

@TangMonk TangMonk changed the title How to hide ckeditor modules left side navbar? How to hide ckeditor model left side navbar? Mar 23, 2015
@mshibuya
Copy link
Member

Please use StackOverflow for the support request, thanks.

@7a6163
Copy link

7a6163 commented Aug 8, 2015

Add these codes in rails_admin.rb

  config.model 'Ckeditor::Asset' do
    visible false
  end

  config.model 'Ckeditor::AttachmentFile' do
    visible false
  end

  config.model 'Ckeditor::Picture' do
    visible false
  end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants