-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Can I submit a PR to allow for an object of objects to be passed to the interpolate plugin?
This would allow me to do
const config = {
'foo': 'bar',
'bar': {
'foofoo': 'barbar'
}
}And then in my .html file
<link href="//%bar.foofoo%/assets/css.css" rel="stylesheet" type="text/css"></link>
Metadata
Metadata
Assignees
Labels
No labels