No commit activity in last 3 years
No release in over 3 years
simple plugin in order to be able to view and edit serialized list within Administrate.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.0

Runtime

 Project Readme

Gem Version

Administrate::Field::List

simple plugin in order to be able to view and edit serialized list within Administrate

screenshot

supported serialization type

  • JSON
class Project < ApplicationRecord
  serialize :admin_group, JSON
  serialize :editor_group, JSON

Installation

Add this line to your application's Gemfile:

gem 'administrate-field-list'

And then execute:

$ bundle install

Usage

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

ATTRIBUTE_TYPES = {
  tags: Field::List
}

Contributing

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