Date | 2022-02-08 (1,011 days ago) |
---|---|
Downloads | 379 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
New alpha release 🎉
#installation
">InstallationInstall for Umbraco 9 via NuGet:
dotnet add package Limbo.Umbraco.DreamBroker --version 1.0.0-alpha002
#changelog
">ChangelogAdded missing stylesheet (see 328d12f
)
As I have developed the package in a test solution, it wasn't obvious that the CSS file was missing in the package, and didn't get copied over when installing the package ... because the CSS file were already in the test solution. With this release, the CSS should now correctly be part of the package.
Implemented models and value converter (see 328d12f
and c03bc1c
)
As the package is still under development, the first alpha release didn't contain any models as the focus was on the backoffice. With this release, a new value converter now ensures that the property editor returns an instance of DreamBrokerVideo
.