Skip to content

Instantly share code, notes, and snippets.

@BatJan
Created October 25, 2018 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BatJan/bc8dea98b97ea3414d13e0d0e584225b to your computer and use it in GitHub Desktop.
Save BatJan/bc8dea98b97ea3414d13e0d0e584225b to your computer and use it in GitHub Desktop.
{
propertyEditors: [{
alias: "Our.Umbraco.EditorThemeColorPicker",
name: "Editor Theme Color Picker",
icon: "icon-thumbnails",
group: "Pickers",
editor: {
view: "~/App_Plugins/EditorThemeColorPicker/editorthemecolorpicker.html",
valueType: "JSON"
},
prevalues: {
fields: []
}
}],
javascript: [
'~/App_Plugins/EditorThemeColorPicker/editorthemecolorpicker.controller.js'
],
"css" : [
"~/App_Plugins/EditorThemeColorPicker/editorthemecolorpicker.css"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment