November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
If you're just using these values in a drop down list, do you need your document model?
Could be easier just to use an ISelectionQuery: https://world.episerver.com/documentation/developer-guides/CMS/Content/Properties/built-in-property-types/Built-in-auto-suggestion-editor/
I need them for later as I would like to extend the rendering of the select box to contain some of them to help editor choose proper item.
I have put together a widget which essentialy will allow users to select documents from external system and save links to them.
I have used a dijit FilteringSelect to achieve this together with Epi RestStore but I stumbled upon couple of issues.
Model that I return from rest store:
Get method for the rest controller:
Any help highly appreciated.