No commit activity in last 3 years
No release in over 3 years
A simple 'Promo Driver' component for Noodall
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.1.1
 Project Readme

Noodall Promo Driver Component

A simple "Promo Driver" component for Noodall.

A "Promo Driver" consists of an image, a link and and link title.

Install

Add to your Gemfile

gem 'noodall-components-promo-driver', :git => 'git@github.com:noodall/noodall-components-promo-driver.git'

Run bundle install

bundle install

Configuration

Noodall Promo Driver adds a PromoDriver component. Add it to your slots.

In config/initializers/noodall.rb

Noodall::Node.slot :large, PromoDriver
Noodall::Node.slot :small, PromoDriver

You can now add PromoDriver components to your Nodes.