Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

UI for enabling custom post types support #77

Open
KerryRitter opened this issue May 16, 2016 · 3 comments
Open

UI for enabling custom post types support #77

KerryRitter opened this issue May 16, 2016 · 3 comments

Comments

@KerryRitter
Copy link

It would be great to have a UI that allows enabling the plugin for a post type.

@philiparthurmoore
Copy link
Member

@KerryRitter, thanks for bringing this up. That seems somewhat complicated, given how simple it is to already add support for Subtitles into a custom post type already, no?

@KerryRitter
Copy link
Author

It seems like it'd be relatively simple. The downside of config is that it's a little tricky to find that you need to do that. Doing it is no problem in itself, but it's much more discoverable if there is an available UI.

I would imagine it would be possible to store a string array storing the name of the custom post types the user has enabled, and then looping through that array and calling the method to enable support. The UI could be a listing of the custom post types (get_post_types) with checkboxes.

@philiparthurmoore
Copy link
Member

@KerryRitter, thanks. I'll tag this as an enhancement and see what we can do in a future release.

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

No branches or pull requests

2 participants