Problem/Motivation
When using a custom view mode, the "Links" field is not displayed.
Steps to reproduce:
- Starting with a fresh D8 site.
- Add a dummy node of type "Article".
- Create a custom view mode for the "Article" content type.
- Configure the new custom view mode to display the "Links" field.
- Create a new view to show all nodes of type "Article", displaying "Content" with the new view mode.
- See in the Views preview that no "Links" are displayed.
As additional confirmation, confirm that the "Links" field is visible in the "Teaser" display, then change the View to display the "Teaser" and note that the "Links" are displayed.
Proposed resolution
Properly display the Links field on custom view modes.