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
As discussed in Slack (https://contao.slack.com/archives/CK4J0KNDB/p1712743045932659), there is probably a new DCA attribute ['eval']['basicEntities'] as of Contao 5.
['eval']['basicEntities']
Please refer to the Contao documentation under: https://docs.contao.org/dev/reference/dca/fields/#evaluation
The text was updated successfully, but these errors were encountered:
'eval' => ['basicEntities' => true] was added in contao/contao#4453 and is handled in the Widget base class here: https://github.com/contao/contao/blob/2c84decd5a81e16a508186060733bdf5deeb43be/core-bundle/contao/library/Contao/Widget.php#L1263-L1266
'eval' => ['basicEntities' => true]
Widget
Sorry, something went wrong.
basicEntities
See #1373
Successfully merging a pull request may close this issue.
As discussed in Slack (https://contao.slack.com/archives/CK4J0KNDB/p1712743045932659), there is probably a new DCA attribute
['eval']['basicEntities']
as of Contao 5.Please refer to the Contao documentation under:
https://docs.contao.org/dev/reference/dca/fields/#evaluation
The text was updated successfully, but these errors were encountered: