administrate-field-jsonb icon indicating copy to clipboard operation
administrate-field-jsonb copied to clipboard

Generator does not set field as Field::JSONB

Open sedubois opened this issue 5 years ago • 0 comments

When generating a dashboard (with rails generate administrate:dashboard) while this gem is used, it would be nice if JSON fields were automatically set as Field::JSONB instead of Field::String.with_options(searchable: false). Currently this change needs to be done manually for each field.

sedubois avatar Nov 03 '19 16:11 sedubois