cancel
Showing results for 
Search instead for 
Did you mean: 

New backoffice extension with web module

former_member624549
Participant
0 Kudos

Hi,

I create a new backoffice extension but there is no web module. I require the common extension functionality + web module + backoffice for my extension.

yempty however creates a web module but no backoffice module.

How to I get a extension with backoffice module and web module?

Regards Olivier

View Entire Topic
0 Kudos

extensioninfo.xml will look like this:

 <webmodule jspcompile="false" webroot="/mywebextension"/>
 
 <meta key="backoffice-module" value="true"/>