You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`blob NULL`, serialisierte Zeilen mit `entry` und optional `active`|`src/EventListener/DcaField/EncoreEntriesSelectFieldListener.php::onLoadDataContainer()`|
477
+
| Aktiv-Checkbox für beide Tabellen |`contao/dca/tl_layout.php`, `contao/dca/tl_page.php`|
478
+
| Fehlendes oder null `active` gilt als aktiv, sonst PHP-Truthy |`src/Asset/PageEntrypoints.php::generatePageEntrypoints()`; aktueller Nachfolger `src/EntryPoint/EntryPointsBuilder.php::build()` verwendet `active ?? true`|
479
+
| Layout und Seitenkette werden gesammelt |`src/Asset/PageEntrypoints.php::collectPageEntries()`, `src/EntryPoint/EntryPointsBuilder.php::build()`|
480
+
|`addEncore` ist Voraussetzung für die gesamte Seite |`src/Helper/ConfigurationHelper.php::isEnabledOnPage()`; `src/DataContainer/LayoutContainer.php::onLoadCallback()`|
| Info-Meldung und Adapter-Vorbild |`contao/core-bundle/contao/library/Contao/Message.php::addInfo()`, `contao/core-bundle/src/EventListener/DataContainer/LegacyTemplatesListener.php`|
488
+
| Callback-Attribut, Request- und Record-Zugriff |`contao/core-bundle/src/DependencyInjection/Attribute/AsCallback.php`, `contao/core-bundle/src/EventListener/DataContainer/PreviewLinkListener.php`|
489
+
| Record ist Array oder null |`contao/core-bundle/contao/classes/DataContainer.php::getCurrentRecord()`, `contao/core-bundle/contao/drivers/DC_Table.php::getCurrentRecord()`|
490
+
| Vererbtes Layout und Trail |`contao/core-bundle/contao/models/PageModel.php::findWithDetails()` / `loadDetails()`|
0 commit comments