craftcms / cms

Build bespoke content experiences with Craft.
https://craftcms.com
Other
3.28k stars 634 forks source link

Fallback element partial templates #16125

Closed brandonkelly closed 1 week ago

brandonkelly commented 1 week ago

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.