magento / marketplace-eqp

Magento 1.x Coding Standard
http://docs.magento.com/marketplace/user_guide/Resources/pdf/Extension_Quality_Program_Overview.pdf
MIT License
224 stars 68 forks source link

Can not pass EQP for a theme that included several modules #72

Closed gizmocn closed 6 years ago

gizmocn commented 6 years ago

I try to submit a theme to Magento MarketPlace, but I can not pass marketplace-eqp, both theme and modules is obeyed official file structure and with composer.json file, but I have no idea how to package both theme and modules together to pass EQP. My theme has some plugins so the directory structure is like:

app

code
-- Cattheme
--- Ajaxfilter
--- Base
--- Install
--- Megamenu
--- Themeconfig
design
-- frontend
--- Cattheme
---- rabel

pub

media
-- themeconfig

I got error:

"composer.json" file missing. "registration.php" file missing. "theme.xml" file missing.

How can I submit a theme with plugins to Marketplace?

lenaorobei commented 6 years ago

Hello @gizmocn, please have a look at a typical Magento theme file structure.

Closing this issue because it's not related to the Magento Extension Quality Coding Standard.