This module allows you to customize the display of entities on a per-view-mode basis directly through the "Manage Display" interface. It provides a simpler way to manage entity templates without needing to extensively modify theme or module files.
Description
Override entity type template on UI ("Manage Display" page) for different view mode. Also called: entity type inline template
Original Intention
When creating hundreds of view mode for block type(To create predefined block type for rapid development and non-programmers), overriding template for different view mode in theme or module is painful, so ....
Important: Change of 3.x
Use {{ field_machine_name }} instead of {{ fields.field_machine_name }}