Hello,
I'd like to use the KendoUi-Editor inside of umbracos backoffice as a property editor.
I want a package that I can reinstall on all umbraco installations I use, for that I created a folder with a package.manifest using those two docs:
package.manifest:
http://umbraco.github.io/Belle/#/tutorials/manifest
creating a property editor:
http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
Can someone give me an example how I can integrate the editor into umbraco?