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

@@ -1401,7 +1401,7 @@ const md5 = __webpack_require__(/*! md5 */ "./node_modules/md5/md5.js");
data
});
}
if (blockSupportsValidation(name) && !silent && thisBlockForm.getMode() !== 'preview') {
if (blockSupportsValidation(name) && !silent && thisBlockForm.getMode() === 'edit') {
acf.debug('No block preview currently available. Need to trigger a validation only fetch.');
thisBlockForm.fetch(true, data);
}

File diff suppressed because one or more lines are too long