administrate-field-jsonb
administrate-field-jsonb copied to clipboard
Generator does not set field as Field::JSONB
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.