Hey dear helpers! I am currently adding a new Cont...
# help
f
Hey dear helpers! I am currently adding a new Content Type and I followed the tutorial on how to do this. Now everything works except it doesn't show my Content Item in the WYSIWYG editor in the "Content Items" Dropdown. (see screenshot) What part am I missing? I can't seem to find out where the dropdown items come from.
e
did u create a plugin which implements
ContentGuiEditorPluginInterface
and added it to
\Pyz\Zed\ContentGui\ContentGuiDependencyProvider::getContentEditorPlugins
?
f
That's the part I was missing, thanks! 🙂
👍 1