Let us know when you want to do! Based on the limited information, you'd probably want to create a custom property editor (https://docs.umbraco.com/umbraco-cms/extending/property-editors), but that's not that easy the first time and requires some angular to get working.
Yes, I got the link and that is the thing that I needed.
I went through tutorial and created my first custom property. I have a different problem now; property does not update. For the first time, I just wrote
Hello world
and it worked fine. Problem is, when I change the html, the property still reamins Hello world. Is there any way to manually force the change?
Custom Backoffice property
How can I create custom property in backoffice? with custom data from external DB?
Hi Rok,
Can you elaborate on what you are trying to do please?
Depending on your scenario, there are a few different ways to achieve it.
Thanks,
Nik
Let us know when you want to do! Based on the limited information, you'd probably want to create a custom property editor (https://docs.umbraco.com/umbraco-cms/extending/property-editors), but that's not that easy the first time and requires some angular to get working.
Yes, I got the link and that is the thing that I needed. I went through tutorial and created my first custom property. I have a different problem now; property does not update. For the first time, I just wrote
Hello world
and it worked fine. Problem is, when I change the html, the property still reamins Hello world. Is there any way to manually force the change?Property editors are loaded once and cached when Umbraco boots. You need to restart Umbraco for changes to show.
is working on a reply...