ymcatwincities / openy

The Open Y platform. See README.md below
https://openy.org
GNU General Public License v3.0
49 stars 111 forks source link

Subtheme openy_rose has to copy/paste templates #803

Open ygerasimov opened 6 years ago

ygerasimov commented 6 years ago

I've created subtheme of openy_rose theme.

Some templates from parent theme do not get executed because they are named with name of parent theme:

templates
  block
    block--openy-rose-branding.html.twig
    block--openy-rose-tabs.html.twig

The workaround is of course simply copy these templates to your subtheme and name them properly (with the name of your subtheme). But it is kind of ugly as you do not modify them.

Let's avoid naming templates in openy themes with theme name in the file name.

YMCA-GTC commented 6 years ago

@Sanchiz @podarok ^^^

podarok commented 6 years ago

@Sanchiz we should firewall this on review level

sarah-halby commented 3 years ago

This item still a work in progress - demand is low for the fix, but we will keep it on the roadmap.