plugin updates

This commit is contained in:
Tony Volpe
2024-08-07 16:35:46 +00:00
parent 8734babf54
commit 36dc023d6d
195 changed files with 11094 additions and 2509 deletions

View File

@@ -11308,7 +11308,7 @@
const acfBlockState = acf.blockInstances[selectedBlockId];
if (acfBlockState.validation_errors) {
// Deselect the block to show the error and lock the save.
console.log('Rejecting save because the block editor has a invalid ACF block selected.');
acf.debug('Rejecting save because the block editor has a invalid ACF block selected.');
notices.createErrorNotice(acf.__('An ACF Block on this page requires attention before you can save.'), {
id: 'acf-validation',
isDismissible: true