I have a subclass of PRMenuWidget which renders, however it now renders
with paragraphs, where it did not before.
Previously components were rendered by the PEViewRenderer which
maintains "withinContent", however now components are rendered by
"PREmbeddedRenderer" and have no knowledge of "withinContent"
is this a bug? Or is my menu widget abusing the new way of doing things?
Keith