diff --git a/api/js/etemplate/et2_widget_taglist.js b/api/js/etemplate/et2_widget_taglist.js index b45fd92232..82d1a6337a 100644 --- a/api/js/etemplate/et2_widget_taglist.js +++ b/api/js/etemplate/et2_widget_taglist.js @@ -1316,6 +1316,17 @@ et2_register_widget(et2_taglist_category, ["taglist-cat"]); */ var et2_taglist_thumbnail = (function(){ "use strict"; return et2_taglist.extend( { + attributes: { + "minChars": { + default: 0 + }, + "autocomplete_url": { + "default": "" + }, + "autocomplete_params": { + "default": {} + } + }, init:function () { this._super.apply(this, arguments);