Sha256: a132c66a536e37074111fa05d68ba54bfc19f21ce24e4431728b8c10834b1cf6

Contents?: true

Size: 1.62 KB

Versions: 2

Compression:

Stored size: 1.62 KB

Contents

# Pageflow Before After

[![Gem Version](https://badge.fury.io/rb/pageflow-before-after.svg)](http://badge.fury.io/rb/pageflow-before-after)
[![Build Status](https://github.com/codevise/pageflow-before-after/workflows/tests/badge.svg)](https://github.com/codevise/pageflow-before-after/actions)

Page type showing before/after image sliders.

## Installation

Add this line to your application's Gemfile:

    # Gemfile
    gem 'pageflow-before-after'

Register the page type:

    # config/initializers/pageflow.rb
    Pageflow.configure do |config|
      config.page_types.register(Pageflow::BeforeAfter.page_type)
    end

Include javascripts and stylesheets:

    # app/assets/javascripts/pageflow/application.js
    //= require "pageflow/before_after"

    # app/assets/javascripts/pageflow/editor.js
    //= require pageflow/before_after/editor

    # app/assets/stylesheets/pageflow/application.scss
    @import "pageflow/before_after";

    # app/assets/stylesheets/pageflow/themes/default.scss
    @import "pageflow/before_after/themes/default";

Execute `bundle install`
Restart the application server.

## Troubleshooting

If you run into problems while installing the page type, please also refer to the [Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting) wiki page in the [Pageflow  repository](https://github.com/codevise/pageflow). If that doesn't help, consider [filing an issue](https://github.com/codevise/pageflow-before-after/issues).

## Contributing Locales

Edit the translations directly on the
[pageflow-before-after](http://www.localeapp.com/projects/public?search=tf/pageflow-before-after)
locale project.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pageflow-before-after-1.6.0 README.md
pageflow-before-after-1.5.0 README.md