lazy-blocks icon indicating copy to clipboard operation
lazy-blocks copied to clipboard

Enhancement: Add mandatory fields

Open bfiessinger opened this issue 5 years ago • 1 comments

At the moment there is no possibility to set fields to mandatory. It would be great if there was a checkbox to choose whether the field is required or not.

bfiessinger avatar Mar 27 '19 12:03 bfiessinger

Added experimental Required option for top-level controls (inside repeater is not supported).

Further improvements:

  • [ ] Show error notice after the user clicked on the Publish button. For now, we can only lock the post from publishing, which is not user-friendly, because the user may not know what happened and why he can't save the post. Waiting for additional events or filters https://github.com/WordPress/gutenberg/issues/13413
  • [ ] Add support for controls inside Repeater

nk-o avatar Aug 15 '19 09:08 nk-o