Initial commit
parents
No related branches found
No related tags found
Showing
- Model/Executor/CustomImportExecutor.php 42 additions, 0 deletionsModel/Executor/CustomImportExecutor.php
- README.md 9 additions, 0 deletionsREADME.md
- composer.json 30 additions, 0 deletionscomposer.json
- etc/import/config.json 172 additions, 0 deletionsetc/import/config.json
- etc/module.xml 24 additions, 0 deletionsetc/module.xml
- etc/pipeline.xml 22 additions, 0 deletionsetc/pipeline.xml
- registration.php 16 additions, 0 deletionsregistration.php
Model/Executor/CustomImportExecutor.php
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "techdivision/overwrite-import-step", | ||
"description": "Example module for Pacemaker customizations", | ||
"license": "proprietary", | ||
"require": { | ||
"magento/framework": "^101.0.9 | ^102.0.0 | ^103.0.0", | ||
"techdivision/pacemaker-import-catalog": "*", | ||
"techdivision/pacemaker-import-base": "*", | ||
"techdivision/process-pipelines": "*" | ||
}, | ||
"type": "magento2-module", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"TechDivision\\OverwriteImportStep\\": "" | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.met.tdintern.de/" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.magento.com/" | ||
} | ||
] | ||
} |
etc/import/config.json
0 → 100644
etc/module.xml
0 → 100644
etc/pipeline.xml
0 → 100644
registration.php
0 → 100644
Please register or sign in to comment