Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created May 7, 2014 08:56
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 nul800sebastiaan/63b4adac09a07cda521f to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/63b4adac09a07cda521f to your computer and use it in GitHub Desktop.
{
propertyEditors: [
{
alias: "My.CustomEditor",
name: "Custom Editor",
editor: {
view: "~/App_Plugins/CustomEditor/customeditor.html"
}
}
],
javascript: [
"~/App_Plugins/CustomEditor/customeditor.controller.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment