An Umbraco package that create a the theme picker property editor. Compatible with Umbraco v10
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.
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.
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.
Username: test@test.com Password: testtesttest
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.