Hello
I would like to know how to configure as searchable and filterable properties in the custom settings field, in the advanced configuration of the custom fields.
I was able to set up to organize my columns:
key (admin_columns) and value (true) and
key (admin_columns) and value (replace title)
But I'm not managing to make this field filterable and searchable
I know I have these parameters to configure:
'admin_columns' => array (
'position' => 'after title',
'title' => 'Price',
'before' => '$',
'after' => 'USD',
'sort' => true,
'searchable' => true,
'filterable' => false,
),
But I don't know what to write in the KEY and VALUE field