diff --git a/cookbook/templates/manifest.json b/cookbook/templates/manifest.json index 8f5a9dda9..5bba8e3ac 100644 --- a/cookbook/templates/manifest.json +++ b/cookbook/templates/manifest.json @@ -43,7 +43,10 @@ "action": "/data/import/url", "method": "GET", "params": { - "url": "url" + "title": "title", + "url": "url", + "text": "text" + } } }