mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 23:52:58 +01:00
max 5 tags per topic
asdasd
This commit is contained in:
@@ -12,7 +12,9 @@ define(function() {
|
||||
return;
|
||||
}
|
||||
|
||||
tagEl.tagsinput();
|
||||
tagEl.tagsinput({
|
||||
maxTags: 5 // TODO: make configurable
|
||||
});
|
||||
addTags(postData.tags, tagEl);
|
||||
|
||||
var input = postContainer.find('.bootstrap-tagsinput input');
|
||||
|
||||
Reference in New Issue
Block a user