Skip to content

Restore functionality for adding CSS/JavaScript using TypoScript.#267

Open
rvock wants to merge 1 commit into
sabbelasichon:masterfrom
rvock:issue_266
Open

Restore functionality for adding CSS/JavaScript using TypoScript.#267
rvock wants to merge 1 commit into
sabbelasichon:masterfrom
rvock:issue_266

Conversation

@rvock

@rvock rvock commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This was removed when adding TYPO3 v14 compatibility: #262

Now it works again, but the prefix has changed from typo3_encore: to PKG:typo3_encore:.

Example:

page.includeCSS {
    app = PKG:typo3_encore:app
}

page.includeJS {
    app = PKG:typo3_encore:app
}

Fixes #266

This was removed when adding TYPO3 v14 compatibility:
sabbelasichon#262

Now it works again, but the prefix has changed from `typo3_encore:` to `PKG:typo3_encore:`.

Example:

```
page.includeCSS {
    app = PKG:typo3_encore:app
}

page.includeJS {
    app = PKG:typo3_encore:app
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v14: Adding CSS/JavaScript files using TypoScript fails

1 participant