agendash
agendash copied to clipboard
[Feature request] custom title
Thanks for creating this new version of Agendash. Will appreciate the support of custom titles as Agendash does, it's useful for those running multiple Agendas.
app.use('/jobs', Agendash(agenda, {
title: 'custom title'
}));
Hi there, sounds like a good feature, I'll try to add that this weekend.
It seems there is a title in options now, but it's only for API response. Isn't it?