Mew CMS : how to get / map Categories and Tags

Hi,

With the new CMS, I didn’t find how to retrieve Categories or Tags when displaying an Object on a Display page or through a Collection display…
With Legacy Wb Content, we can map categories and tags…

Is it something coming in the future or a limitation ?

Hey @Christophe_Cariou1, Thanks for the details. This is indeed a known bug (LPD-86263) that has already been fixed. The fix has been backported to the release-2026.q1 branch, so it should be available in an upcoming patch release for that line. If you're on 2026-Q2 and still seeing the issue, it's possible the fix hasn't made it into your specific build yet. Keep an eye on the release notes for the next patch update. In the meantime, the workaround you found (using a nested Collection Display with the "Categories for This Item" Related Items Collection Provider), is a valid approach. Regards

1 Answer

1

Hey @Christophe_Cariou1

The behavior you’re seeing sounds very similar to an issue that was previously reported. Jira

This issue has already been fixed and the fix is planned to be included in a future release. Unfortunately the LPD doesn’t say which one.

I recommend checking the release notes and upgrading to the version that contains the fix to verify whether it resolves the issue in your environment.

Cheers,
Ally

Hi Allison, I'm already on 2026-q2. But tags and categories are not part of the mappable items when using a collection of new headless CMS web contents. I found a workaround, using a nested "Collection Display" fragment tied to a "Related items Collection Providers" : "Categories for This item". Perhaps is it the good way to make it...