cms icon indicating copy to clipboard operation
cms copied to clipboard

add sitegroup handle & more defined template paths

Open ThomasDeMarez opened this issue 4 years ago • 0 comments

Description

Simple implementation of Site specific templates inside of a specific SiteGroup. Uses auto generated SiteGroup handles based on the group name.

.
└── templates/
    ├── SiteGroupHandle/
    │   ├── SiteHandle/
    │   │   └── index.twig ----> specific template for site with this handle in this group
    │   └── index.twig     ----> default template for all sites in this group
    └── index.twig.        ----> fallback for all other sites

Related issues

#3101

ThomasDeMarez avatar Aug 06 '20 13:08 ThomasDeMarez