We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
//
https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/Functions/Data.html has a code example:
lib.foo.data = field : header // field : title // field : uid
Everything after the // is seen as comment, which is wrong - it's the fallback syntax.
The text was updated successfully, but these errors were encountered:
This is a known issue. If you are good at regular expressions, help is welcome: https://github.com/TYPO3-Documentation/render-guides/blob/main/packages/typo3-docs-theme/resources/languages/typoscript.json
Sorry, something went wrong.
A possible solution to mark all lines with "=" and "//" and mark it as assignment before the comments rule is applied. see #824
Successfully merging a pull request may close this issue.
https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/Functions/Data.html has a code example:
Everything after the
//
is seen as comment, which is wrong - it's the fallback syntax.The text was updated successfully, but these errors were encountered: