Support dot syntax in params
Opened this issue · 0 comments
kjellmorten commented
Given a params object {item: {id: 'ent1', type: 'entry'}}
, the template {item.id}
, should return ent1
.
Opened this issue · 0 comments
Given a params object {item: {id: 'ent1', type: 'entry'}}
, the template {item.id}
, should return ent1
.