restore test importer for development after 0.3 release

This commit is contained in:
Leo Germani 2018-08-10 18:33:13 -03:00
parent 5a487cbd7a
commit 9473b61cf3
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class Importer_Handler {
'manual_collection' => true,
'manual_mapping' => true,
]);
/*
$this->register_importer([
'name' => 'Test',
'description' => __('Create 2 test colletions with random items', 'tainacan'),
@ -33,7 +33,7 @@ class Importer_Handler {
'manual_collection' => false,
'manual_mapping' => false,
]);
*/
$this->register_importer([
'name' => 'Tainacan Legacy',
'description' => __('Import structure from legacy version of Tainacan', 'tainacan'),