Open
Description
See #9599
There are historical reasons to this, I'm sure, but the current behaviour is hard to understand, document and is not as flexible as it easily could be.
So, I suggest adding a filesystem
option to both of these functions:
- work -- default, will search in the project work dir only
- content (composite, project first)
- archetypes (composite, project first)
- static (composite, project first)
- layouts (composite, project first)
- data (composite, project first)
- assets (composite, project first)
- i18n (composite, project first)
The new default (that work
is project work dir only) is a slightly breaking change, but I suspect it's going to solve more issues than it creates.