November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Message which shows on error looks like this:
"Unable to load /EPiServer/shell/Stores/metadata/EPiServer.Core.ContentData?modelAccessor=%7B%22contentLink%22%3A%22107356_565607%22%7D&dojo.preventCache=1496137912462 status: 500"
Hello,
I'm wondering if its possible to add "virtual" property to model with its metadata.
Idea of it was to have a property inside Editor page where I can type some value which will be stored outside the tblBigTable (it can be even an external API).
I found that metadata for model can be created by IMetadataProvider.
and initalizable module to register it:
after this im getting field without any input to put value and when I'm trying to add ClientEditingClass to my custom dojo widget - page stops to display with message that metadataProvider can not be resolved.
There is no official documentation how to use the API and how to create ExtendedMetadata properly. Is it possible to get information how it should be used?