Toggle footer & logo
tastypackets opened this issue · 0 comments
tastypackets commented
I like this template, however I don't need a logo and the footer is taking up extra space. Would you consider allowing the user to pass in the option to disable them?
"templates": {
"logo": {
"enabled": false
},
"footer": {
"enabled": false
}
}
I currently just set the logo to 0 width & 0 height, but it still passes down an unnecessary img to the client.