daum
daum
Fixes #325
It doesn't appear that form the admin UI you can remove the translation for only a single locale due to: https://github.com/lexik/LexikTranslationBundle/blob/master/Manager/TransUnitManager.php#L165 . What we're trying to do is set a...
Is there anything like the default_project_code/name variable but for the actual task? We're trying to integrate this into our ticketing system and the tickets come across with the task they...
On a project recently we were getting times when we wouldn't be notified of errors. After digging into it a bit more it appears if the templating service has an...
Is there a way to set the spacing for before/after a paragraph? Specifically, I'm trying to set the line spacing between some bullets. I tried with `getActiveParagraph()->getAlignment()->setMarginBottom(xxx);` but it doesn't...