Hi all, does anyone have an example of a custom block view that allows editing and persisting the changes made by the user?
This tutorial's example only renders the current content of the block:
https://docs.umbraco.com/umbraco-cms/tutorials/creating-custom-views-for-blocklist
For example, I have a
uui-input
that renders the current value of one of the properties in the block. I would like changes made to the field to be persisted when the user saves the document.