Markus Mächler
Markus Mächler
@cdaecke Thanks for your well written error report! I wanted to add support for TYPO3 v10 in a backwards compatible manner. But I agree that we could probably drop support...
We should also update the TypoScript conditions in the documentation to `[getTSFE().type == 28032013]`.
This should be fixed with `v2.4.0` as we dropped support for TYPO3 v8. I will however keep this issue open to update the documentation.
@thorstenBorn-cosmoblonde Thanks for this very nice bug report! I agree, the docs are not specific enough, unfortunately there are two `FileReference` classes: 1. `TYPO3\CMS\Core\Resource\FileReference` -> implements `FileInterface` 2. `TYPO3\CMS\Extbase\Domain\Model\FileReference` ->...
Hi @fm-swe The first approach you mentioned must be invalid, as the `pdf` namespace does not have a `schemaLocation`. It really should be the second approach we use throughout our...
@fm-swe Could you solve your issue? It might be that you need an extension for validation, code completion, etc. in VSCode: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml
This is currently not possible, but a workaround could be to use a for loop like this: ```html ``` If we add such a feature, it would probably also be...
@DanielSiepmann Thanks for sharing these resources! You are right, it does not need to be breaking as long as we still include the sources for the TER release. If this...
I have to admit I am not particular familiar with the `PDF/UA` standard. We are using [TCPDF](https://tcpdf.org) under the hood, so we can only support it to the extend that...
Thanks for your contributions! I will have a look at it, but it will probably take some time as I need to read up on this topic first. In case...