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 264 forks source link

Explore using DFV fields in Pods Blocks API #7115

Open sc0ttkclark opened 1 year ago

sc0ttkclark commented 1 year ago

Problem to Solve

Currently, not all of our field types / field options are supported in the Pods Blocks API for fields in the Block Inspector panel.

Proposed Solution

Instead of calling the components we use for the Pods Blocks API right now, they should setup/include the DFV field inputs and pass along the field options that are used there.