I wish to use Umbraco 8 or the upcoming v9 as headless data container. Some data are sensitive then I've to "crypto" them before saving and decrypt when reading.
From Umbraco manager I'll create the document type and then from the content section I wish to see the data but cannot "edit" the sensitive data because encrypted ( field must be in read only mode ) else they are destroyed.
How to?
Unfortunately, I've never used Umbraco Headless/Heartcore before so I don't know any specifics for that version of Umbraco.
But, in standard v8, label properties are simply treated like normal properties (apart from being read-only in the backoffice) and you can retrieve their values as you would with any other property.
The Label property in the back office:
Given that's how it behaves in v8, I would assume Umbraco Heartcore would also return it as a normal property value.
Sensiteve Data: How to manage?
I wish to use Umbraco 8 or the upcoming v9 as headless data container. Some data are sensitive then I've to "crypto" them before saving and decrypt when reading. From Umbraco manager I'll create the document type and then from the content section I wish to see the data but cannot "edit" the sensitive data because encrypted ( field must be in read only mode ) else they are destroyed. How to?
Would a label data type work for you here? https://our.umbraco.com/Documentation/Fundamentals/Backoffice/property-editors/built-in-property-editors/Label
I've used them in the past whenever I needed to store/display a read-only value.
Thanks. I had forgotten that control. Have you some suggestion about headless to retrieve the content?
Unfortunately, I've never used Umbraco Headless/Heartcore before so I don't know any specifics for that version of Umbraco.
But, in standard v8, label properties are simply treated like normal properties (apart from being read-only in the backoffice) and you can retrieve their values as you would with any other property.
The Label property in the back office:
Given that's how it behaves in v8, I would assume Umbraco Heartcore would also return it as a normal property value.
is working on a reply...