From 12b1002417e7b38206ca2e17536698491a28659f Mon Sep 17 00:00:00 2001 From: Jen Lampton Date: Thu, 25 Feb 2021 18:19:10 -0800 Subject: [PATCH] Issue #3: Add missing module key to feeds plugin definition --- feeds_jsonpath_parser.module | 1 + 1 file changed, 1 insertion(+) diff --git a/feeds_jsonpath_parser.module b/feeds_jsonpath_parser.module index c550669..a57c8f8 100644 --- a/feeds_jsonpath_parser.module +++ b/feeds_jsonpath_parser.module @@ -31,6 +31,7 @@ function feeds_jsonpath_parser_autoload_info() { function feeds_jsonpath_parser_feeds_plugins() { return array( 'FeedsJSONPathParser' => array( + 'module' => 'feeds_jsonpath_parser', 'name' => t('JSONPath parser'), 'description' => t('Parse JSON files using JSONPath.'), 'handler' => array(