Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Important: #103485 - Provide lib.parseFunc via ext:frontend #4311

Open
simonschaufi opened this issue Sep 10, 2024 · 0 comments
Open

Important: #103485 - Provide lib.parseFunc via ext:frontend #4311

simonschaufi opened this issue Sep 10, 2024 · 0 comments

Comments

@simonschaufi
Copy link
Collaborator

Important: #103485 - Provide lib.parseFunc via ext:frontend

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Important-103485-ProvideLibparseFuncViaExtfrontend.html

Important: #103485 - Provide lib.parseFunc via ext:frontend

See 103485

Description

The lib.parseFunc and lib.parseFunc_RTE functions render HTML from
Rich Text Fields of TYPO3. While direct interaction with these libraries
is now uncommon, they control output of the <f:format.html>
ViewHelper.

Previously, the libraries were available only through content rendering
definitions like fluid_styled_content, the bootstrap_package or your
own.

The <f:format.html> ViewHelper requires a parseFunc to function and
will throw an exception if none is provided. With the shift towards
self-contained content elements, also known as content blocks, the need
to include a separate rendering definition is eliminated. The frontend
now provides a base version of the libraries, which are now always
available in the frontend context.

The libraries, are loaded early in the TypoScript chain, ensuring that
all existing overrides continue to work as before, without the need for
a basic parseFunc definition.

Frontend, TypoScript, ext:frontend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant