Add AmsifySuggestags settings
With 'whiteList' to true, only can add tags related with suggestions. Update 'keepLastOnHoverTag' and 'checkSimilar' to improve usability.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
amsify_suggestags._settings({
|
||||
suggestions: $(".sdg-related-list-selector .input").data("suggestions-list"),
|
||||
whiteList: true,
|
||||
keepLastOnHoverTag: false,
|
||||
checkSimilar: false
|
||||
});
|
||||
amsify_suggestags.classes.focus = ".sdg-related-list-focus";
|
||||
amsify_suggestags.classes.sTagsInput = ".sdg-related-list-selector-input";
|
||||
|
||||
Reference in New Issue
Block a user