Is it possible to alter the content that appears in the popup of the new peekable content?
Is it possible to alter the content that appears in the popup of the new peekable content?
My custom content type already implements ISearchableContentType - which also requires GetViewHtml - so what do I do to ensure when the peek is fired, it loads my custom widget, and when it is called from within a search context, it shows something else?
You can implement the interfaces explicitly to ensure the correct method is called for each interface.
string IPeekableContentType.GetViewHtml(IContent content, Target target)