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
The custom eval rules found at https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/Type/Input/Properties/Eval.html#custom-eval-rules have been deprecated and also don't work anymore when proper CSP rules are enabled!
see https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.4/Deprecation-100587-DeprecateFormEngineAdditionalJavaScriptPostAndCustomEvalInlineJavaScript.html for deprecation
for a kind of example, you could look at https://github.com/FriendsOfTYPO3/tt_address/pull/468/files which transforms it to a proper JS module (thx to @ohader)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The custom eval rules found at https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/Type/Input/Properties/Eval.html#custom-eval-rules have been deprecated and also don't work anymore when proper CSP rules are enabled!
see https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.4/Deprecation-100587-DeprecateFormEngineAdditionalJavaScriptPostAndCustomEvalInlineJavaScript.html for deprecation
for a kind of example, you could look at https://github.com/FriendsOfTYPO3/tt_address/pull/468/files which transforms it to a proper JS module (thx to @ohader)
The text was updated successfully, but these errors were encountered: