Just a simple request really. I am quite new to Umbraco and currently trying to find my way around the source code. I am looking for where the view templates for ImageCropper and MediaPicker are located. So far I've found the .cs files associated with the editors, but I want to have a look at the view templates as well.
I am in the works of creating a new property editor, combining 2 already existing editors in Umbraco.
Location of HTML source code for property editors
Just a simple request really. I am quite new to Umbraco and currently trying to find my way around the source code. I am looking for where the view templates for ImageCropper and MediaPicker are located. So far I've found the .cs files associated with the editors, but I want to have a look at the view templates as well.
I am in the works of creating a new property editor, combining 2 already existing editors in Umbraco.
Here you go: https://github.com/umbraco/Umbraco-CMS/tree/5397f2c53acbdeb0805e1fe39fda938f571d295a/src/Umbraco.Web.UI.Client/src/views/propertyeditors
There you can find all built-in property editors (both templates and controllers).
Used to spend there hours too to get a feeling for it and start creating my own editors ;-)
is working on a reply...