modelsbuilder / ModelsBuilder.Original

The Community Models Builder for Umbraco
MIT License
114 stars 49 forks source link

Request - Is it possible to generate a model for dictionary items? #156

Closed photogsy closed 6 years ago

photogsy commented 7 years ago

We have a couple of multi-lingual sites, which use separate home nodes (and trees), each with different culture set. Currently we have to use Umbraco.GetDictionaryValue("magic-string") to get dictionary values - would it be possible for ModelBuilder to generate a strongly typed class for these instead?

zpqrtbnk commented 6 years ago

That would be a feature request - and currently ModelsBuilder is really for content items, so that would even be another project entirely. An interesting one ;-) but out of scope here.