codica2 / administrate-field-jsonb

A plugin to show and edit JSON objects within Administrate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advanced_view with Field::Select

farisamirmudin opened this issue · comments

Hey, i was wondering if you could add support for Field::Select in advanced view likeso:

image_details: Field::JSONB.with_options(advanced_view: {
  'width' => Field::Select.with_options(collection: ['half', 'full']),
}),