Custom Editor Views
You aren't limited in using the built-in field editor views (like checkbox, date, datetime, ...) but you can easily plug in your own custom ones.
It's just a matter of pointing the UIOMaticField
attribute to the view location
API Controller
AngularJS View
AngularJS Controller
Package Manifest
Thoughts
As you see this is very similar to creating custom Umbraco property editors, the main difference is that we'll be working with the property.value object (and not model.value)
Last updated
Was this helpful?