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

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

extensioninfo.xml will look like this:

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

Answers (1)

Answers (1)

0 Kudos

Hi Olivier,

There is no extension template that creates an extension that is both backoffice and web modules. You can create a web module and then add the backoffice related files under resources, and also meta-key in extensioninfo.xml

Best

Shanmugaraja

Former Member
0 Kudos

What should be the meta-key? Can you provide the full markup?