Yoyo.ThemePicker
3.0.0
dotnet add package Yoyo.ThemePicker --version 3.0.0
NuGet\Install-Package Yoyo.ThemePicker -Version 3.0.0
<PackageReference Include="Yoyo.ThemePicker" Version="3.0.0" />
paket add Yoyo.ThemePicker --version 3.0.0
#r "nuget: Yoyo.ThemePicker, 3.0.0"
// Install Yoyo.ThemePicker as a Cake Addin #addin nuget:?package=Yoyo.ThemePicker&version=3.0.0 // Install Yoyo.ThemePicker as a Cake Tool #tool nuget:?package=Yoyo.ThemePicker&version=3.0.0
Yoyo.ThemePicker
An Umbraco package that create a the theme picker property editor. Compatible with Umbraco v10
Usage
When configuring the data type, you can select an image from the file system, and assign it a name. The name of the selected theme will be returned as a string value. It will be an empty string is no theme is selected.
This package come with a built in property value converter, so will work with Models Builder.
Contribution Guidelines
If you'd like to contribute to this package, you'll first want to get in install locally. The following steps will help you get set up.
- Clone the repo
- Create a new branch off of develop
- Build the solution. It should contain two project, one for the package called "Yoyo.ThemePicker" and another called "Yoyo.ThemePicker.TestSite" which is used to check the package it working as expected. When you build the solution it will deploy the package to the test website automatically.
- Once you have finished you changes executing the 'dotnet pack' command in the package directory will take care of building the project and outputing the generated NuGet package in the bin folder (the output on the CLI shows the full path to the .nupkg file).
More information on creating and deploying the package to nuget can be found at our.umbraco.com/documentation/Extending/Packages/
You can test with either your own images, or by using the image found in the example-media
folder. In order to test all you need to do is add them somewhere inside the Website
folder. Once that's done you'll be able to select them via the Theme picker when configuring it.
Test site login credentials
Username: test@test.com Password: testtesttest
Committing
Before you make your first commit, make sure you install the npm modules for this package by running npm i
. This will configure some rules around commit messages that will help to keep things consistent.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Umbraco.Cms.Web.BackOffice (>= 10.0.1)
- Umbraco.Cms.Web.Website (>= 10.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.