Date | 2018-01-18 (2,493 days ago) |
---|---|
Downloads | 1,042 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 |
Umbraco Versions | Umbraco 7 |
#installation
">Installation#changelog
">ChangelogIntroduced new JSON converter for deserializing the models automatically with JSON.net (see 051fe7d
)
Made default LinkPickerItem
constructor public so we can make empty instances (see 27feee2
).
Introduced Deserialize
method for the LinkPickerItem
class (see 784598c
)
The LinkPickerGridConverter
checks both the editor alias and view instead of just the alias
(see 368ba74
)
Introduced the LinkPickerItemConverter
JSON converter class (see f4c2b07
).