Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garpunkal/punkdropdownlist
Umbraco 9 - DropDownList with Text & Value fields
https://github.com/garpunkal/punkdropdownlist
backoffice cms plugin umbraco
Last synced: about 2 months ago
JSON representation
Umbraco 9 - DropDownList with Text & Value fields
- Host: GitHub
- URL: https://github.com/garpunkal/punkdropdownlist
- Owner: garpunkal
- License: mit
- Created: 2022-03-10T12:19:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T10:38:55.000Z (over 1 year ago)
- Last Synced: 2024-04-27T10:36:24.370Z (8 months ago)
- Topics: backoffice, cms, plugin, umbraco
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# punkDropDownList
[![NuGet release](https://img.shields.io/nuget/v/punkDropDownList.svg)](https://www.nuget.org/packages/punkDropDownList/)
A package for Umbraco that provides an Umbraco Drop Down List with Text and Value.
There is an included PropertyValueConverter to provide you with the value of the selected item in the CMS.
## Nuget
`Install-Package punkDropDownList`
https://www.nuget.org/packages/punkDropDownList/
## Compatibility
- Umbraco 10+
## Credits
I used uDynamic's dropdownlist property editor to form the basis of this propertyeditor.https://github.com/Alain-es/uDynamic/tree/master/uDynamic/App_Plugins/PropertyEditors/DropdownList
## Screenshots
### Property
![Screenshot](https://raw.github.com/garpunkal/punkDropDownList/main/propertyeditor.jpg)### DataType
![DataType setup](https://raw.github.com/garpunkal/punkDropDownList/main/propertyeditor-prevalues.jpg)