有没有办法在 Typo3 8 中将 ID 添加到 includeJS 数组上的文件?

Is there a way to add an ID to a file on includeJS array in Typo3 8?

或者在includeJSFooter我试过

includeJSFooter {
        initJavascript = path/to/file/init.js
        initJavascript.id = initJavascript
    }

但它不起作用,我没有看到任何选项 in the docs 但也许我遗漏了一些东西。

这是不可能的。对于这种包含,您需要使用 page.headerDatapage.footerData。 参见:https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Page/Index.html#headerdata