This needs to be done in the view not in the resource. If it's done in the resource it tends to break traversal.
It would involve creating a view for the ContainerResource context, we don't have one yet only for Resource. And also it needs to be done in the RootFactory most likely as well.
Right now it ends up showing basically all data on the domain when viewing the root url "/" which isn't that much for my test setup, but for larger domains this might be an issue.
This needs to be done in the view not in the resource. If it's done in the resource it tends to break traversal.
It would involve creating a view for the ContainerResource context, we don't have one yet only for Resource. And also it needs to be done in the RootFactory most likely as well.
Right now it ends up showing basically all data on the domain when viewing the root url "/" which isn't that much for my test setup, but for larger domains this might be an issue.