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?
You can implement the interfaces explicitly to ensure the correct method is called for each interface.
string IPeekableContentType.GetViewHtml(IContent content, Target target)
- Thanks. That worked. Once we're in that widget, how do we get access to the underlying content object? I see in the other widgets it is doing something like #set ($content = $context.Content)
#if (!$content)
$core_v2_widget.Hide()
#end
How do we populate our own $context object?