Matthias
Matthias
> I'm not sure why the solution using setComplextValue with PreserveText doesn't work for me. I have to use [cloneBlock](https://phpword.readthedocs.io/en/latest/templates-processing.html#cloneblock) to generate lines. Here is my solution: > > 1....
you just need to add this json property manually to the result before you dispatch it to all event listeners. `yourTcData.addtlConsent = "consent string data"`
Problem still exists. I installed aurelia-i18n yesterday, got 3.0.0-beta.5, and during build i get following 3 errors: c:/..../node_modules/aurelia-i18n/dist/aurelia-i18n.d.ts(31,45): error TS2694: Namespace 'i18next' has no exported member 'TranslationFunction'. c:/..../node_modules/aurelia-i18n/dist/aurelia-i18n.d.ts(36,47): error TS2694:...
i did! that was a fresh new project, created with cli on the same day. the first plugin i installed was aurelia-18n. then i got this ts errors which i...