mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
max chars
This commit is contained in:
@@ -14,6 +14,7 @@ define('composer/tags', function() {
|
||||
|
||||
tagEl.tagsinput({
|
||||
maxTags: config.tagsPerTopic,
|
||||
maxChars: config.maximumTagLength,
|
||||
confirmKeys: [13, 44],
|
||||
trimValue: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user