From ca9b68a5d3126a914fb08a61b494b535328e1e3c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 20 Jun 2012 17:43:31 +0100 Subject: [PATCH] Start to let story macro read storyview from a tiddler This is for getting the view dropdown working --- core/modules/macros/story/story.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/macros/story/story.js b/core/modules/macros/story/story.js index ea5854a96..cf01cacf4 100644 --- a/core/modules/macros/story/story.js +++ b/core/modules/macros/story/story.js @@ -26,6 +26,7 @@ exports.info = { story: {byName: "default", type: "tiddler"}, defaultViewTemplate: {byName: true, type: "tiddler"}, defaultEditTemplate: {byName: true, type: "tiddler"}, + storyviewTiddler: {byName: true, type: "tiddler"}, storyview: {byName: true, type: "text"} } };