This documentation describes that public directory can be shadowed from child themes, but seems that only the main public directory is respected. For now solution is to copy assets from the parent theme to the child theme to get them available.
Couple main issues with this:
- It's not working as expected (as described in documentation)
- It requires duplicates of public folder
This documentation describes that public directory can be shadowed from child themes, but seems that only the main public directory is respected. For now solution is to copy assets from the parent theme to the child theme to get them available.
Couple main issues with this: