StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
405 stars 58 forks source link

Section iteration blacklist should be able to be added to #69

Closed Romanx closed 5 years ago

Romanx commented 5 years ago

Sometimes types are both objects and lists such as IDictionary which you don't want the standard iteration functionality of a section tag.

We have a blacklist for these types which currently defaults to string and IDictionary and you can override this entirely however if you want to add a singular item on top of the defaults you can't.

Romanx commented 5 years ago

This has now been released on to nuget in v1.4.14.