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

Add symbols

parent 0f973c28
......@@ -37,19 +37,19 @@
const dropdownData = [{
icon: 'fa-pencil',
hint: 'author:',
tag: '<author>',
tag: '<@author>',
}, {
icon: 'fa-user',
hint: 'assignee:',
tag: '<assignee>',
tag: '<@assignee>',
}, {
icon: 'fa-clock-o',
hint: 'milestone:',
tag: '<milestone>',
tag: '<%milestone>',
}, {
icon: 'fa-tag',
hint: 'label:',
tag: '<label>',
tag: '<~label>',
}];
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