This engine does two main things:
- Adds a relationship between pages and images
- A new "Images" tab will appear when editing a page in the "Pages" section
This allows you to relate one or more images to any page in Refinery which makes it really easy for you to create simple image galleries with lightbox style popups on the front end page views.
Add this line to your applications Gemfile
gem 'refinerycms-page-images', '= 0.9'
Next run
bundle install
rails g refinerycms_page_images
rake db:migrate
Now when you start up your Refinery application, edit a page and there should be a b=new "Images" tab.
Reordering doesn't store it's position yet.