Skip to content

Instantly share code, notes, and snippets.

@TimGeyssens
Created August 13, 2020 14:47
Show Gist options
  • Save TimGeyssens/578c16a25cb937f4f97acdce05042348 to your computer and use it in GitHub Desktop.
Save TimGeyssens/578c16a25cb937f4f97acdce05042348 to your computer and use it in GitHub Desktop.
{
propertyEditors: [
{
alias: "Custom.ThemaColorPicker",
name: "Thema ColorPicker",
group: "Pickers",
icon: "icon-palette",
editor:{
view: "~/App_Plugins/ThemaColorPicker/ThemaColorPicker.html",
valueType: "STRING"
}
}],
javascript: [
"~/App_Plugins/ThemaColorPicker/ThemaColorPicker.controller.js",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment