Hi,
Can someone help me with making custom command to be shown in the inlineActionbar with icon (not under "..." menu)?

I assume it is because it has 5 items by default to be shown first.
here is the code I have:
define(['i18n!olylak/reprint/impl/nls/lang'
], function (lang) {
'use strict';
return {
otherToolbar: [
{
signature: 'reprint',
name: lang.toolbarButtonTitle
},
],
inlineActionbar: [
{
signature: 'reprint',
name: lang.toolbarButtonTitle,
icon: "icon icon-toolbar-metadata"
}
]
};
});
Thanks in advance for any help.
Regards,
Oleh Lylak.