You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new content_render() function should optionally support passing in variant_id to render a specific variant. This should probably return a VariantTask (right now it returns a ContentTask) but I think I'd like to change that class relationship to content. Not sure if that should be a part of this work or not.
The new
content_render()
function should optionally support passing invariant_id
to render a specific variant. This should probably return aVariantTask
(right now it returns aContentTask
) but I think I'd like to change that class relationship to content. Not sure if that should be a part of this work or not.Follow-on work from #283.
The text was updated successfully, but these errors were encountered: