Hello AEM Community,
We have the problem which I can't understand fully:
Was in 6.3:
When we were working on AEM 6.3, we were using 2 static templates where some components were allowed:

And it was working good.
Now in 6.5:
According to repository restructure we moved /etc/designs/default to /apps/settings/wcm/designs/default.
As a result the pages created by these templates don't see this path in design mode - /apps/settings/wcm/designs/default. Every change is saved under /libs/settings/wcm/designs/default.
But if we return our templated under path - /etc/designs/default, everything works good.
So questions are: is it expected behaviour or something is wrong? Which path for static templates should be used: /apps/settings/wcm/designs/default or /etc/designs/default?
Thanks.