From cb675732b23ab0ba01f81df2d0cfe626625c53e4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 1 May 2013 12:01:43 +0100 Subject: [PATCH] More fields hoisted up from plugin.info file into plugin tiddler --- boot/boot.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boot/boot.js b/boot/boot.js index 849fe8466..a9c23be5f 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1076,6 +1076,9 @@ $tw.loadPluginFolder = function(filepath,excludeRegExp) { plugin: "yes", text: JSON.stringify(pluginInfo,null,4), "plugin-priority": pluginInfo["plugin-priority"], + "name": pluginInfo["name"], + "thumbnail": pluginInfo["thumbnail"], + "description": pluginInfo["description"], "plugin-type": pluginInfo["plugin-type"] || "plugin" } return fields;