Is there a possibility to extend a design.
Some explaination:
I have a global design (f.e. cq:designPath = /etc/designs/globaldesign), here I have CSS and images.
Now I want to create anohter design (f.e. cq:designPath = /etc/designs/newdesign) that extends my global design.
Something like the component sling:resourceSuperType but then for designs.
Is there a way to to this?