cancel
Showing results for 
Search instead for 
Did you mean: 

no editor found for editor type [null] in backoffice

Former Member
0 Kudos

This INFO is displaying in console after creating custom backoffice extention which is based out of ybackoffice template. OOTB editor area is used in our custom xxxmarketplacebackoffice-backoffice-config.xml i.e component="editor-area" but we have custom editor . Is this custom editor causing througing this INFO.

Anyone face this issue?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member682593
Participant
0 Kudos

The fastest way to find out what's wrong, is to attach cockpitng sources which are in hybris\bin\ext-backoffice\backoffice\doc\sources and placing a breakpoint in SimpleEditorRegistry.getEditorForType, since this method logs the message. You should then see in stack trace why this situation occurs.

It seems it's not the editor itself, but rather misconfiguration.