Bug description
I don't seem to get any navigation blueprint data returned in Antlers for root items. It does seem to work for children (in my case).
tree:
-
id: c818add2-f657-474b-ae28-fa4cec914bc2title: Followdata:
contents: social_media
{{ nav:footermax_depth="2"select="contents|title|url" }}
{{ contents|dump }}This dumps nothing. Only the Title and URL are available. The data also isn't available when I remove the select attribute. When I dump the whole nav I don't see the data:

How to reproduce
Create a nav with custom fields
Add root items with custom fields filled in
Request it in Antlers
Logs
No response
Environment
EnvironmentLaravel Version: 11.7.0PHP Version: 8.2.19Composer Version: 2.7.6Environment: localDebug Mode: ENABLEDMaintenance Mode: OFFCacheConfig: NOT CACHEDEvents: NOT CACHEDRoutes: NOT CACHEDViews: CACHEDDriversBroadcasting: logCache: statamicDatabase: sqliteLogs: stack / singleMail: smtpQueue: syncSession: fileLivewireLivewire: v3.4.12StatamicAddons: 8Sites: 1Stache Watcher: EnabledStatic Caching: DisabledVersion: 5.1.0 PROStatamic Addonsjacksleight/statamic-bard-mutator: 2.3.1jonassiewertsen/statamic-livewire: 3.3.1rias/statamic-color-swatches: 2.3.0stillat/relationships: 2.2.0studio1902/statamic-peak-browser-appearance: 3.4.0studio1902/statamic-peak-commands: 8.3.0studio1902/statamic-peak-seo: 8.13.2studio1902/statamic-peak-tools: 6.0.0
Installation
Starter Kit using via CLI
Additional details
Possibly related to #10055
Bug description
I don't seem to get any navigation blueprint data returned in Antlers for root items. It does seem to work for children (in my case).
{{ nav:footermax_depth="2"select="contents|title|url" }} {{ contents|dump }}This dumps nothing. Only the Title and URL are available. The data also isn't available when I remove the

selectattribute. When I dump the whole nav I don't see the data:How to reproduce
Create a nav with custom fields
Add root items with custom fields filled in
Request it in Antlers
Logs
No response
Environment
Installation
Starter Kit using via CLI
Additional details
Possibly related to #10055