pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 265 forks source link

Interfaces between Custom Fields plugins and Pods #2155

Open sc0ttkclark opened 10 years ago

sc0ttkclark commented 10 years ago

It would be interesting to build interfaces between no-ui custom fields plugins and Pods, such as:

There are others, but those might be interesting as the first two to do. We would need to make sure our interfaces filter field options to show/hide things we support, and then filter anything else that changes with each of those plugins.

Expected functionality would be:

I believe this is worth checking into, because people may like using those other plugins and they have no Admin UI for them, which we could fill that need/role. Also, Pods 3.0 is doing things that will speed a lot of internal things up, so you may have difficulty seeing the footprint of Pods running to manage your content types and fields for one of those plugins, than doing it all by hand via code registration.

jtsternberg commented 10 years ago

:+1: Though CMB isn't (yet) a plugin.. Would not be hard to maintain a WP plugin fork of the project. and may even be the better way to handle upgrades in the future.. hmmm...

sc0ttkclark commented 10 years ago

I'm also interested in seeing what it might take to make interfaces for managing Content Types / Custom Fields for Piklist or Sunrise too. I think maybe a slimmed down version of Pods could do it, but I'd like to see first if enough of Pods can be segmented in such a way that any of these ideas would be possible.