No release in over 3 years
Low commit activity in last 3 years
Enum field plugin for Administrate
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

AdministrateFieldEnum

Gem

A plugin to show enum attributes in [Administrate].

Installation

Add this line to your application's Gemfile:

gem 'administrate-field-enum'

And then execute:

$ bundle install

Usage

In your Dashboard ATTRIBUTE_TYPES use the field type Field::Enum. i.e.

ATTRIBUTE_TYPES = {
  category: Field::Enum
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/DisruptiveAngels/administrate-field-enum.

License

MIT License