Die Config um Latex-Einstellungen erweitert.

This commit is contained in:
Tim Schumacher 2013-01-17 22:34:58 +01:00
parent 67f71b5f7f
commit d688506625

View file

@ -5,7 +5,7 @@ exports.url = {
method: 'GET' method: 'GET'
}; };
exports.publishers = ['mail','identica']; exports.publishers = ['mail','latex'];
exports.mail = { exports.mail = {
mda: 'sendmail' // smtp is also possible mda: 'sendmail' // smtp is also possible
@ -21,3 +21,8 @@ exports.mail = {
,to: '' ,to: ''
} }
} }
exports.latex = {
output: ''
,templates: ['kulturprogramm-ks']
}