Sha256: f3fc5041a8ab77c99bfeacb16542f84246827c097b146fb609fa5c81103a210f
Contents?: true
Size: 756 Bytes
Versions: 4
Compression:
Stored size: 756 Bytes
Contents
# Page Images Engine for Refinery CMS ## About This engine does two main things: 1. Adds a relationship between pages and images 2. 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. ## Install 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. ## Todo Reordering doesn't store it's position yet.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-page-images-0.9.4 | readme.md |
refinerycms-page-images-0.9.3 | readme.md |
refinerycms-page-images-0.9.2 | readme.md |
refinerycms-page-images-0.9.1 | readme.md |