/spree_n_banners

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SpreeBanners

Spree Extension to add a banner to the homepage and its corresponding admin menu. Uses the rich text editor CKeditor 4.1.3 and simple_form.

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_banners', github: 'nnodes/spree_n_banners'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_banners:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Copyright (c) 2017 NNodes, released under the New BSD License