spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

Rich text section no present in the admin configuration #136

Closed reaper closed 6 years ago

reaper commented 6 years ago

Hi, I followed the steps to install your lib (gem + install) but the rich text configuration section isn't present in the backend. I cannot enable it.

Spree version is ~> 3.4.4.

Thanks for your help

Gemfile

gem 'spree', '~> 3.4.4'
gem 'spree_auth_devise', '~> 3.3'
gem 'spree_gateway', '~> 3.3'
gem 'spree_i18n', github: 'spree-contrib/spree_i18n'
gem 'spree_editor', github: 'spree-contrib/spree_editor'

shell

bundle install
bundle exec rails g spree_editor:install
reaper commented 6 years ago

Deface was disabled