Disable saving on validation
Disable saving if invalid content (default disabled)
By default, React Bricks allows the user to save a page even if there are side edit props which are not valid (as for the brick's validate
function).
If you want to prevent saving in this case, instead, you can set the disableSaveIfInvalidProps
flag in the Configuration.