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

Form Validation: Post editor (block editor) #7343

Open sc0ttkclark opened 3 months ago

sc0ttkclark commented 3 months ago

We need to prevent the block editor saving process when there are fields in an invalid state (required, bad format, etc).

Stop saving/updating means:

Bonus points:

sc0ttkclark commented 3 months ago

@alexstandiford is going to have a go at a proof of concept to give us a head start here.