- Issue created by @brunodbo
- Merge request !42Filter out core theme from base themes in hook_requirements() → (Open) created by brunodbo
- 🇨🇦Canada brunodbo
I opened a merge request with the proposed fix. Also attaching a patch to use in composer.
When using a core theme as a base theme, the module incorrectly categorizes core themes (e.g., Claro) as contrib themes in its requirements check, leading to false warnings about contrib themes providing field.html.twig templates.
Reverse the logic to first collect base themes, then filter out core themes.
Active
3.0
Code (fences)
I opened a merge request with the proposed fix. Also attaching a patch to use in composer.