Closed brandonkelly closed 1 week ago
Adds support for defining fallback element partial templates, e.g. _partials/entry.twig.
_partials/entry.twig
The fallback template will be used if a more specific template based on the field layout provider handle (e.g. the entry type handle) doesn’t exist.
Also makes it possible to define partial templates for element types that don’t have field layout providers, like users and addresses.
Description
Adds support for defining fallback element partial templates, e.g.
_partials/entry.twig
.The fallback template will be used if a more specific template based on the field layout provider handle (e.g. the entry type handle) doesn’t exist.
Also makes it possible to define partial templates for element types that don’t have field layout providers, like users and addresses.