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
I try to use a component as a snippet with this Plugin. I have registered the component also as a page snippet and I can insert it via the RichEditor. Configuration value are stored correctly.
But after that this snippet gets not rendered. I tried to do the same with a snipped made of a partial and this is working.
While debugging I found that SnippetParser in line 36 outputs "false", instead of the snippet rendering:
Hi,
I try to use a component as a snippet with this Plugin. I have registered the component also as a page snippet and I can insert it via the RichEditor. Configuration value are stored correctly.
But after that this snippet gets not rendered. I tried to do the same with a snipped made of a partial and this is working.
While debugging I found that SnippetParser in line 36 outputs "false", instead of the snippet rendering:
$generatedMarkup = $controller->renderComponent($snippetCode);
So it seems my snippet gets not found, if it is a component.
Is there any other registration or special request needed to use also components?
The text was updated successfully, but these errors were encountered: