-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add a global file hierarchy level #4
Copy link
Copy link
Open
Labels
approvedThis issue is ready to be worked onThis issue is ready to be worked onenhancementNew feature or requestNew feature or request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
approvedThis issue is ready to be worked onThis issue is ready to be worked onenhancementNew feature or requestNew feature or request
Motivation
Currently only two file hierarchy level exist,
modulesandpages. If resources need to be shared throughout a whole website, it would be required to either symlink or copy them from another page level. This creates massive overhead in disk space and a significant amount of work for the developer.Desired solution
Introducing a
globalfile hierarchy level that is automatically shared throughout all pages.Code examples/public API