Commit 3d0b0a62 authored by Clement Ho's avatar Clement Ho

Add symbols

parent 0f973c28
...@@ -37,19 +37,19 @@ ...@@ -37,19 +37,19 @@
const dropdownData = [{ const dropdownData = [{
icon: 'fa-pencil', icon: 'fa-pencil',
hint: 'author:', hint: 'author:',
tag: '<author>', tag: '<@author>',
}, { }, {
icon: 'fa-user', icon: 'fa-user',
hint: 'assignee:', hint: 'assignee:',
tag: '<assignee>', tag: '<@assignee>',
}, { }, {
icon: 'fa-clock-o', icon: 'fa-clock-o',
hint: 'milestone:', hint: 'milestone:',
tag: '<milestone>', tag: '<%milestone>',
}, { }, {
icon: 'fa-tag', icon: 'fa-tag',
hint: 'label:', hint: 'label:',
tag: '<label>', tag: '<~label>',
}]; }];
this.droplab.changeHookList(this.hookId, this.dropdown, [droplabFilter], this.config); this.droplab.changeHookList(this.hookId, this.dropdown, [droplabFilter], this.config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment