Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add checkboxes filter to admin filters #204

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kokiddp
Copy link

@kokiddp kokiddp commented Jun 24, 2022

I added the possibility to setup multiple admin taxonomy filters, implemented with a fieldset of checkboxes
https://github.com/johnbillion/extended-cpts/wiki/Admin-filters#taxonomy-terms-dropdown

'admin_filters' => [
    'genre' => [
        'title'    => 'Genre',
        'taxonomy' => 'genre',
        'type'     => 'checkboxes'
    ],
],

@johnbillion
Copy link
Owner

Thanks for the PR @kokiddp! I won't have time to check this for a while, but I've added it to my todo list :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants