The ++plone++ traversal namespace
We have a new plone.resource based traversal namespace called ++plone++. Plone registers the Products.CMFPlone.static folder for this traversal namespace. Resource contained in this namespace can be stored in the ZODB (where they are looked up first, by default) or in the filesystem. This allows us to customize filesystem based resources Through-The-Web. One advantage of this new namespace over the existing ++resource++ and ++theme++ namespaces is that you may override resources in this namespace one file at a time, rather than needing to override the entire directory.
I am missing some context/information here what this the overriding of single resources means:
Can I override single resources in an add'on or in a policy package add'on? Or is this only accessible in the overrides tab in the resource registry control panel and not doable from the filesystem?
From what I understand the problem with the zcml/zope Resourcedirectorries is that you cannot override single resources from a resourceDirectory in zcml. So some add'ons add there resources one registration at a time in zcml so that they can be overriden in other zcml. Is this related to solve this issue?
Is there a way to override that js in my addon?
I tried to override it TTW in the resources registry, but i can't find the tiny resources under "/langs".