- Issue created by @RichardGaunt
1. I want a new content type
2. I clone the page content type to `news` (same configuration now)
3. I update automated list to allow filtering by new content type
4. I go to page: - default node template is showing for each result with new content type
We use content type specific template names:
But we could do:
node--civictheme-navigation-card.html.twig
And so every new content type we create will work with this template.
1. Create new node templates for our node view modes use the `node--civictheme_page-*` as the base template:
Active
1.9
Code