Open
Description
It could be useful to support multiple urls for injection.
<a href="full-page.html" class="pat-inject"
data-pat-inject="source: #sidebar; target: #sidebar; url: sidebar.html &&
source: #breadcrumbs; target: #breadcrumbs; url: breadcrumbs.html">click me</a>
In this example the default href would point to a full page which includes the sidebar and breadcrumbs (e.g. as Plone tiles) and everything else. The injections would call two separate URLs which would only render the parts of the page which we care about. This would help with performance without compromising accessibility IMO.