19 Mar
2019
19 Mar
'19
12:35 a.m.
- Mark Sapiro:
It's still a work in progress.
Of course. I did not mean to criticise, just point out what settings I was surprised not to find in the UI.
To not add headers and or footers, you need empty templates for them. These could be created via the list's Templates form except until [1] is fixed, you can't make empty templates.
I actually found a workaround in the meantime:
update template set uri='file:///dev/null' where id=123;
Not that I like to modify the underlying database manually, but it seems to do the trick for now.
-Ralph