Skip to content

Commit

Permalink
Issue backdrop-contrib#3: Add missing module key to feeds plugin defi…
Browse files Browse the repository at this point in the history
…nition
  • Loading branch information
Jen Lampton committed Feb 26, 2021
1 parent 5425208 commit 12b1002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feeds_jsonpath_parser.module
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 12b1002

Please sign in to comment.