plugin updates

This commit is contained in:
Tony Volpe
2024-09-05 11:04:01 -04:00
parent ed6b060261
commit 50cd64dd3d
925 changed files with 16918 additions and 13003 deletions

View File

@@ -1428,8 +1428,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
},
onChangeLabel: function (e, $el) {
// set
var label = $el.val();
this.set('label', label);
const label = $el.val();
const safeLabel = acf.encode(label);
this.set('label', safeLabel);
// render name
if (this.prop('name') == '') {