From 9473b61cf3100975cd0f087c9464d5baf20317ee Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Fri, 10 Aug 2018 18:33:13 -0300 Subject: [PATCH] restore test importer for development after 0.3 release --- src/importer/class-tainacan-importer-handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/importer/class-tainacan-importer-handler.php b/src/importer/class-tainacan-importer-handler.php index c77e43916..920664c69 100644 --- a/src/importer/class-tainacan-importer-handler.php +++ b/src/importer/class-tainacan-importer-handler.php @@ -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'),