contao / docs

Contao Documentation
https://docs.contao.org
Other
31 stars 141 forks source link

Contao Docs Update: Evaluation basicEntities for Contao 5 #1370

Closed minstyle closed 2 months ago

minstyle commented 2 months ago

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

ausi commented 2 months ago

'eval' => ['basicEntities' => true] was added in https://github.com/contao/contao/pull/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

fritzmg commented 2 months ago

See #1373