Date | 2022-03-17 (974 days ago) |
---|---|
Downloads | 309 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-alpha003
#changelog
">ChangelogAdded embed details to the DreamBrokerValue
class (see 8bbd747
)
The value is currently hardcoded except the channelId
and videoId
parameters. In the future, the embed code may very likely depend on user input and/or the data type configuration.
Added logic for getting the OEmbed details about a DreamBroker video (see c75171f
)
Moved SVG fill color to CSS (see d69aacc
)
The fill color of the paths of the DreamBroker SVG are now defined in CSS - opposed to directly as style attribute in the SVG it self. This better allows overwriting the fill colors through custom CSS.
Changed property editor icon (see 9a6ed04
)
The DreamBroker video property editor now uses icon-dreambroker
instead of icon-video
.