Change record status: 
Project: 
Introduced in branch: 
8.x-8.x
Introduced in version: 
8.x-8.0
Description: 

Background

It was hard to support the big amount of similar node templates, especially now with the new Sky style introduced in Social Blue theme.

API changes

Following templates were removed in modules/social_features/social_landing_page/templates.
Use node--featured.html.twig instead:

  • node--book--featured.html.twig
  • node--landing-page--featured.html.twig
  • node--page--featured.html.twig
  • node--topic--featured.html.twig

Following templates were removed in modules themes/socialbase/templates.
Use node--teaser.html.twig instead:

  • node--book--activity-comment.html.twig
  • node--book--activity.html.twig
  • node--book--teaser.html.twig
  • node--page--activity-comment.html.twig
  • node--page--activity.html.twig
  • node--page--teaser.html.twig
  • node--topic--activity-comment.html.twig
  • node--topic--activity.html.twig
  • node--topic--teaser.html.twig

Following templates were removed in modules themes/socialbase/templates.
Use node--small-teaser.html.twig instead:

  • node--topic--small-teaser.html.twig

See PR for details: https://github.com/goalgorilla/open_social/pull/1511

Impacts: 
Module developers
Themers